diff --git a/ui/src/views/chat/user-login/index.vue b/ui/src/views/chat/user-login/index.vue index a3559c6da..5667aad73 100644 --- a/ui/src/views/chat/user-login/index.vue +++ b/ui/src/views/chat/user-login/index.vue @@ -304,7 +304,7 @@ function uuidv4() { } function redirectAuth(authType: string, needMessage: boolean = false) { - if (authType === 'LDAP' || authType === '') { + if (authType === 'LDAP' || authType === '' || authType === 'password') { return } loginApi.getAuthSetting(authType, loading).then((res: any) => {