feat: Change get_config to auth_config to make it more specific

main
forrestzhou 9 months ago committed by jialin
parent 4bdde365cf
commit 8f50af917f

@ -156,7 +156,7 @@ const LoginForm = () => {
// Handling SSO callbacks
useEffect(() => {
fetchAuthConfig('/get_config')
fetchAuthConfig('/auth_config')
.then((authConfig) => {
if (authConfig.is_oidc) {
setLoginOption({

Loading…
Cancel
Save