mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
remove unused code
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
style="height:auto"
|
style="height:auto"
|
||||||
:opened="show2faSheet" @sheet:closed="show2faSheet = false"
|
:opened="show2faSheet" @sheet:closed="show2faSheet = false"
|
||||||
>
|
>
|
||||||
<div class="sheet-modal-swipe-step">
|
<div>
|
||||||
<div class="display-flex padding justify-content-space-between align-items-center">
|
<div class="display-flex padding justify-content-space-between align-items-center">
|
||||||
<div style="font-size: 18px"><b v-t="'Two-Factor Authentication'"></b></div>
|
<div style="font-size: 18px"><b v-t="'Two-Factor Authentication'"></b></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
style="height:auto;"
|
style="height:auto;"
|
||||||
:opened="showInputPasscodeSheetForEnable" @sheet:closed="showInputPasscodeSheetForEnable = false; currentPasscodeForEnable = ''"
|
:opened="showInputPasscodeSheetForEnable" @sheet:closed="showInputPasscodeSheetForEnable = false; currentPasscodeForEnable = ''"
|
||||||
>
|
>
|
||||||
<div class="sheet-modal-swipe-step">
|
<div>
|
||||||
<div class="display-flex padding justify-content-space-between align-items-center">
|
<div class="display-flex padding justify-content-space-between align-items-center">
|
||||||
<div style="font-size: 18px"><b v-t="'Passcode'"></b></div>
|
<div style="font-size: 18px"><b v-t="'Passcode'"></b></div>
|
||||||
</div>
|
</div>
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
style="height:auto"
|
style="height:auto"
|
||||||
:opened="showInputPasswordSheetForDisable" @sheet:closed="showInputPasswordSheetForDisable = false; currentPasswordForDisable = ''"
|
:opened="showInputPasswordSheetForDisable" @sheet:closed="showInputPasswordSheetForDisable = false; currentPasswordForDisable = ''"
|
||||||
>
|
>
|
||||||
<div class="sheet-modal-swipe-step">
|
<div>
|
||||||
<div class="display-flex padding justify-content-space-between align-items-center">
|
<div class="display-flex padding justify-content-space-between align-items-center">
|
||||||
<div style="font-size: 18px"><b v-t="'Current Password'"></b></div>
|
<div style="font-size: 18px"><b v-t="'Current Password'"></b></div>
|
||||||
</div>
|
</div>
|
||||||
@@ -95,7 +95,7 @@
|
|||||||
style="height:auto"
|
style="height:auto"
|
||||||
:opened="showInputPasswordSheetForRegenerate" @sheet:closed="showInputPasswordSheetForRegenerate = false; currentPasswordForRegenerate= ''"
|
:opened="showInputPasswordSheetForRegenerate" @sheet:closed="showInputPasswordSheetForRegenerate = false; currentPasswordForRegenerate= ''"
|
||||||
>
|
>
|
||||||
<div class="sheet-modal-swipe-step">
|
<div>
|
||||||
<div class="display-flex padding justify-content-space-between align-items-center">
|
<div class="display-flex padding justify-content-space-between align-items-center">
|
||||||
<div style="font-size: 18px"><b v-t="'Current Password'"></b></div>
|
<div style="font-size: 18px"><b v-t="'Current Password'"></b></div>
|
||||||
</div>
|
</div>
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
style="height:auto"
|
style="height:auto"
|
||||||
:opened="showBackupCodeSheet" @sheet:closed="showBackupCodeSheet = false; currentBackupCode = ''"
|
:opened="showBackupCodeSheet" @sheet:closed="showBackupCodeSheet = false; currentBackupCode = ''"
|
||||||
>
|
>
|
||||||
<div class="sheet-modal-swipe-step">
|
<div>
|
||||||
<div class="display-flex padding justify-content-space-between align-items-center">
|
<div class="display-flex padding justify-content-space-between align-items-center">
|
||||||
<div style="font-size: 18px"><b v-t="'Backup Code'"></b></div>
|
<div style="font-size: 18px"><b v-t="'Backup Code'"></b></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -79,7 +79,7 @@
|
|||||||
style="height:auto"
|
style="height:auto"
|
||||||
:opened="showInputPasswordSheet" @sheet:closed="showInputPasswordSheet = false"
|
:opened="showInputPasswordSheet" @sheet:closed="showInputPasswordSheet = false"
|
||||||
>
|
>
|
||||||
<div class="sheet-modal-swipe-step">
|
<div>
|
||||||
<div class="display-flex padding justify-content-space-between align-items-center">
|
<div class="display-flex padding justify-content-space-between align-items-center">
|
||||||
<div style="font-size: 18px"><b v-t="'Current Password'"></b></div>
|
<div style="font-size: 18px"><b v-t="'Current Password'"></b></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user