fix(系统设置): 登录报错后页面渲染问题

--bug=1040059 --user=王旭 【系统设置】登录页使用LDAP用户登录失败后,页面“LDAP登录” 信息丢失 https://www.tapd.cn/55049933/s/1508544
This commit is contained in:
WangXu10 2024-04-25 14:03:50 +08:00 committed by 刘瑞斌
parent 97e9f8715d
commit 7cd6b0717c
1 changed files with 1 additions and 0 deletions

View File

@ -213,6 +213,7 @@
console.log(err); console.log(err);
} finally { } finally {
setLoading(false); setLoading(false);
userStore.getAuthentication();
} }
} }
}; };