mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
no wrapping div for totp
This commit is contained in:
@@ -194,11 +194,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="list-section">
|
<div class="list-section">
|
||||||
<div class="list-section-items">
|
<div class="list-section-items">
|
||||||
<div ng-if="cipher.type === constants.cipherType.login">
|
<div class="list-section-item" ng-if="cipher.type === constants.cipherType.login">
|
||||||
<div class="list-section-item">
|
<label for="loginTotp" class="item-label">{{i18n.authenticatorKeyTotp}}</label>
|
||||||
<label for="loginTotp" class="item-label">{{i18n.authenticatorKeyTotp}}</label>
|
<input id="loginTotp" type="text" name="Login.Totp" ng-model="cipher.login.totp">
|
||||||
<input id="loginTotp" type="text" name="Login.Totp" ng-model="cipher.login.totp">
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="list-section-item">
|
<div class="list-section-item">
|
||||||
<label for="folder" class="item-label">{{i18n.folder}}</label>
|
<label for="folder" class="item-label">{{i18n.folder}}</label>
|
||||||
|
|||||||
@@ -187,11 +187,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="list-section">
|
<div class="list-section">
|
||||||
<div class="list-section-items">
|
<div class="list-section-items">
|
||||||
<div ng-if="cipher.type === constants.cipherType.login">
|
<div class="list-section-item" ng-if="cipher.type === constants.cipherType.login">
|
||||||
<div class="list-section-item">
|
<label for="loginTotp" class="item-label">{{i18n.authenticatorKeyTotp}}</label>
|
||||||
<label for="loginTotp" class="item-label">{{i18n.authenticatorKeyTotp}}</label>
|
<input id="loginTotp" type="text" name="Login.Totp" ng-model="cipher.login.totp">
|
||||||
<input id="loginTotp" type="text" name="Login.Totp" ng-model="cipher.login.totp">
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="list-section-item">
|
<div class="list-section-item">
|
||||||
<label for="folder" class="item-label">{{i18n.folder}}</label>
|
<label for="folder" class="item-label">{{i18n.folder}}</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user