This commit is contained in:
Henry Jameson 2026-06-22 20:19:34 +03:00
commit f1ac6fab61

View file

@ -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() {