Skip to content

Commit 3d2ffdc

Browse files
committed
Merge branch 'master' of github.com:KubeOperator/KubePi
2 parents a897297 + 8bbc40c commit 3d2ffdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/kubepi/src/business/login/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ export default {
191191
this.mfaCredential.secret = this.otp.secret
192192
this.mfaCredential.userName = this.form.username
193193
bind(this.mfaCredential).then(() => {
194-
this.$router.push({ path: "/" })
194+
this.mfaPage = false
195+
location.reload()
195196
}).finally(() => {
196-
// this.$router.push({ path: "/" })
197197
})
198198
},
199199
mfaLogin() {

0 commit comments

Comments
 (0)