mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
fix: incorrect status of enabled 2fa of user #577
This commit is contained in:
parent
f2a586ca78
commit
2f7070377f
4 changed files with 31 additions and 11 deletions
|
@ -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"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue