Skip to content

Commit

Permalink
Merge branch 'master' of github.com:KubeOperator/KubePi
Browse files Browse the repository at this point in the history
  • Loading branch information
ssongliu committed May 25, 2022
2 parents a897297 + 8bbc40c commit 3d2ffdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/kubepi/src/business/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ export default {
this.mfaCredential.secret = this.otp.secret
this.mfaCredential.userName = this.form.username
bind(this.mfaCredential).then(() => {
this.$router.push({ path: "/" })
this.mfaPage = false
location.reload()
}).finally(() => {
// this.$router.push({ path: "/" })
})
},
mfaLogin() {
Expand Down

0 comments on commit 3d2ffdc

Please sign in to comment.