diff --git a/src/pages/login/hooks/use-sso-auth.ts b/src/pages/login/hooks/use-sso-auth.ts index a86a52b0..f7dd2890 100644 --- a/src/pages/login/hooks/use-sso-auth.ts +++ b/src/pages/login/hooks/use-sso-auth.ts @@ -51,7 +51,7 @@ export function useSSOAuth({ const init = async () => { try { - const authConfig = await fetchAuthConfig('/auth_config'); + const authConfig = await fetchAuthConfig('/auth-config'); setLoginOption({ oidc: !!authConfig.is_oidc, saml: !!authConfig.is_saml