remove unused code

This commit is contained in:
MaysWind
2020-11-14 20:20:50 +08:00
parent 36405eb376
commit ce065daa12
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
style="height:auto"
: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 style="font-size: 18px"><b v-t="'Two-Factor Authentication'"></b></div>
</div>
+4 -4
View File
@@ -34,7 +34,7 @@
style="height:auto;"
: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 style="font-size: 18px"><b v-t="'Passcode'"></b></div>
</div>
@@ -67,7 +67,7 @@
style="height:auto"
: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 style="font-size: 18px"><b v-t="'Current Password'"></b></div>
</div>
@@ -95,7 +95,7 @@
style="height:auto"
: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 style="font-size: 18px"><b v-t="'Current Password'"></b></div>
</div>
@@ -123,7 +123,7 @@
style="height:auto"
: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 style="font-size: 18px"><b v-t="'Backup Code'"></b></div>
</div>
+1 -1
View File
@@ -79,7 +79,7 @@
style="height:auto"
: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 style="font-size: 18px"><b v-t="'Current Password'"></b></div>
</div>