mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 09:43:32 +00:00
Merge pull request #1786 from jumpserver/pr@dev@relogin_bug
fix: relogin visible
This commit is contained in:
@@ -58,6 +58,7 @@ export default {
|
||||
backends.sort((a, b) => b.level - a.level)
|
||||
this.ConfirmType = backends[0].name
|
||||
if (this.ConfirmType === 'relogin') {
|
||||
this.visible = true
|
||||
return this.$message.error(this.$t('auth.ReLogin'))
|
||||
} else if (this.ConfirmType === 'mfa') {
|
||||
this.Label = 'MFA'
|
||||
|
Reference in New Issue
Block a user