mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix: codes not clean if reset TOTP
This commit is contained in:
parent
0d1f56a43e
commit
c7731667f4
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ function handlePopOpenChange(visible: boolean) {
|
|||
</template>
|
||||
</AAlert>
|
||||
|
||||
<ACard v-if="codes" class="codes-card mb-4">
|
||||
<ACard v-if="twoFAStatus?.recovery_codes_generated && codes" class="codes-card mb-4">
|
||||
<template #title>
|
||||
<AAlert class="whitespace-normal px-6 py-4 rounded-t-[8px]" type="warning" banner :show-icon="false">
|
||||
<template #message>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue