mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
twoFactorChallenge() refactoring
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user