Skip to content

Commit

Permalink
EPMRPP-96935 || Code review fixes - 3
Browse files Browse the repository at this point in the history
  • Loading branch information
iso9000t committed Nov 26, 2024
1 parent 61dd5c8 commit 3413e2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/common/urls.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,5 +311,5 @@ export const URLS = {
clusterByLaunchId: (activeProject, launchId, query) =>
`${urlBase}${activeProject}/launch/cluster/${launchId}${getQueryParams(query)}`,
onboarding: (page = 'GENERAL') => `${urlBase}onboarding?page=${page}`,
ssoSettings: () => `${urlBase}settings`,
instanceSettings: () => `${urlBase}settings`,
};
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const SsoUsersForm = () => {
setEnabled(value);

try {
await fetch(URLS.ssoSettings(), {
await fetch(URLS.instanceSettings(), {
method: 'PUT',
data: {
key: 'server.users.sso',
Expand Down

0 comments on commit 3413e2e

Please sign in to comment.