fix: incorrect status of enabled 2fa of user #577

This commit is contained in:
Jacky 2024-09-26 12:57:34 +08:00
parent f2a586ca78
commit 2f7070377f
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
4 changed files with 31 additions and 11 deletions

View file

@ -229,7 +229,7 @@ async function handlePasskeyLogin() {
:two-f-a-status="{
enabled: true,
otp_status: true,
passkey_status: true,
passkey_status: false,
}"
@submit-o-t-p="handleOTPSubmit"
/>