feat: Change get_config to auth_config to make it more specific
This commit is contained in:
@@ -156,7 +156,7 @@ const LoginForm = () => {
|
||||
|
||||
// Handling SSO callbacks
|
||||
useEffect(() => {
|
||||
fetchAuthConfig('/get_config')
|
||||
fetchAuthConfig('/auth_config')
|
||||
.then((authConfig) => {
|
||||
if (authConfig.is_oidc) {
|
||||
setLoginOption({
|
||||
|
||||
Reference in New Issue
Block a user