fix mfa regression

This commit is contained in:
Moon.eth 2026-07-24 14:14:08 +09:00
commit 94a284dd95

View file

@ -63,7 +63,7 @@ const LoginForm = {
})
})
.catch((error) => {
if (error.errorData?.error === 'mfa_required') {
if (error.errorData === 'mfa_required') {
this.requireMFA({ settings: error })
} else if (error.identifier === 'password_reset_required') {
this.$router.push({