fix(系统设置): 登录报错后页面渲染问题
--bug=1040059 --user=王旭 【系统设置】登录页使用LDAP用户登录失败后,页面“LDAP登录” 信息丢失 https://www.tapd.cn/55049933/s/1508544
This commit is contained in:
parent
97e9f8715d
commit
7cd6b0717c
|
@ -213,6 +213,7 @@
|
|||
console.log(err);
|
||||
} finally {
|
||||
setLoading(false);
|
||||
userStore.getAuthentication();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue