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,
|
token: this.otpConfirmToken,
|
||||||
password: this.currentPassword,
|
password: this.currentPassword,
|
||||||
credentials: useOAuthStore().token,
|
credentials: useOAuthStore().token,
|
||||||
}).then((res) => {
|
|
||||||
this.completeSetup()
|
|
||||||
}).catch((error) => {
|
|
||||||
this.error = error
|
|
||||||
})
|
})
|
||||||
|
.then(() => {
|
||||||
|
this.completeSetup()
|
||||||
|
})
|
||||||
|
.catch((error) => {
|
||||||
|
this.error = error
|
||||||
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
completeSetup() {
|
completeSetup() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue