lint
This commit is contained in:
parent
f8a8951233
commit
f1ac6fab61
1 changed files with 6 additions and 4 deletions
|
|
@ -134,11 +134,13 @@ const Mfa = {
|
|||
token: this.otpConfirmToken,
|
||||
password: this.currentPassword,
|
||||
credentials: useOAuthStore().token,
|
||||
}).then((res) => {
|
||||
this.completeSetup()
|
||||
}).catch((error) => {
|
||||
this.error = error
|
||||
})
|
||||
.then(() => {
|
||||
this.completeSetup()
|
||||
})
|
||||
.catch((error) => {
|
||||
this.error = error
|
||||
})
|
||||
},
|
||||
|
||||
completeSetup() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue