From 8f50af917f16d01aff2c6a3a6ee4aa42d7f648e3 Mon Sep 17 00:00:00 2001 From: forrestzhou Date: Tue, 12 Aug 2025 11:09:23 +0800 Subject: [PATCH] feat: Change get_config to auth_config to make it more specific --- src/pages/login/components/login-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/login/components/login-form.tsx b/src/pages/login/components/login-form.tsx index 43057d8f..938d3bff 100644 --- a/src/pages/login/components/login-form.tsx +++ b/src/pages/login/components/login-form.tsx @@ -156,7 +156,7 @@ const LoginForm = () => { // Handling SSO callbacks useEffect(() => { - fetchAuthConfig('/get_config') + fetchAuthConfig('/auth_config') .then((authConfig) => { if (authConfig.is_oidc) { setLoginOption({