1
0
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:
Kyle Spearrin
2017-11-10 22:04:55 -05:00
parent 105d21e75a
commit d63ae79704
2 changed files with 7 additions and 11 deletions

View File

@@ -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>

View File

@@ -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>