twoFactorChallenge() refactoring

This commit is contained in:
Peter Papp
2021-07-16 11:26:27 +02:00
parent d90af84311
commit 40866405fc
3 changed files with 55 additions and 47 deletions

View File

@@ -184,6 +184,11 @@ export default {
this.qrCode = undefined
this.isConfirmedClose = false
axios.get('/user/two-factor-recovery-codes')
.then(response => {
console.log(response.data);
})
this.$closePopup()
}
}