fix: relogin visible

This commit is contained in:
feng626
2022-06-08 19:39:27 +08:00
parent 8836284b88
commit bb572a3de9

View File

@@ -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'