We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6bab14 commit 16ade76Copy full SHA for 16ade76
ui/src/views/chat/user-login/index.vue
@@ -304,7 +304,7 @@ function uuidv4() {
304
}
305
306
function redirectAuth(authType: string, needMessage: boolean = false) {
307
- if (authType === 'LDAP' || authType === '') {
+ if (authType === 'LDAP' || authType === '' || authType === 'password') {
308
return
309
310
loginApi.getAuthSetting(authType, loading).then((res: any) => {
0 commit comments