We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84a215 commit 8ac5f40Copy full SHA for 8ac5f40
ui/src/views/chat/user-login/index.vue
@@ -399,7 +399,9 @@ onBeforeMount(() => {
399
: t('views.system.authentication.scanTheQRCode.lark'),
400
})
401
402
- showQrCodeTab.value = true
+ if (!modeList.value.includes('LOCAL') && !modeList.value.includes('LDAP')) {
403
+ showQrCodeTab.value = true
404
+ }
405
modeList.value = ['QR_CODE', ...modeList.value]
406
}
407
0 commit comments