From 7cd6b0717c865f94074c0e90b3bd73f4130a670a Mon Sep 17 00:00:00 2001 From: WangXu10 Date: Thu, 25 Apr 2024 14:03:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=8A=A5=E9=94=99=E5=90=8E=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=B8=B2=E6=9F=93=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1040059 --user=王旭 【系统设置】登录页使用LDAP用户登录失败后,页面“LDAP登录” 信息丢失 https://www.tapd.cn/55049933/s/1508544 --- frontend/src/views/login/components/login-form.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/login/components/login-form.vue b/frontend/src/views/login/components/login-form.vue index ed5cf1e079..6e78deda54 100644 --- a/frontend/src/views/login/components/login-form.vue +++ b/frontend/src/views/login/components/login-form.vue @@ -213,6 +213,7 @@ console.log(err); } finally { setLoading(false); + userStore.getAuthentication(); } } };