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
|
// Handling SSO callbacks
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
fetchAuthConfig('/get_config')
|
fetchAuthConfig('/auth_config')
|
||||||
.then((authConfig) => {
|
.then((authConfig) => {
|
||||||
if (authConfig.is_oidc) {
|
if (authConfig.is_oidc) {
|
||||||
setLoginOption({
|
setLoginOption({
|
||||||
|
|||||||
Reference in New Issue
Block a user