mirror of
https://git.pleroma.social/sjw/pleroma-fe.git
synced 2024-11-15 14:06:31 +01:00
fix fetch codes
This commit is contained in:
parent
f934525ced
commit
fa99aa4d47
@ -68,7 +68,6 @@ const Mfa = {
|
||||
async fetchBackupCodes () {
|
||||
this.backupCodes.inProgress = true
|
||||
this.backupCodes.codes = []
|
||||
await this.$nextTick()
|
||||
|
||||
this.backendInteractor.generateMfaBackupCodes()
|
||||
.then((res) => {
|
||||
|
Loading…
Reference in New Issue
Block a user