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,12 +194,10 @@
</div>
<div class="list-section">
<div class="list-section-items">
<div ng-if="cipher.type === constants.cipherType.login">
<div class="list-section-item">
<div class="list-section-item" ng-if="cipher.type === constants.cipherType.login">
<label for="loginTotp" class="item-label">{{i18n.authenticatorKeyTotp}}</label>
<input id="loginTotp" type="text" name="Login.Totp" ng-model="cipher.login.totp">
</div>
</div>
<div class="list-section-item">
<label for="folder" class="item-label">{{i18n.folder}}</label>
<select id="folder" name="FolderId" ng-model="cipher.folderId">

View File

@ -187,12 +187,10 @@
</div>
<div class="list-section">
<div class="list-section-items">
<div ng-if="cipher.type === constants.cipherType.login">
<div class="list-section-item">
<div class="list-section-item" ng-if="cipher.type === constants.cipherType.login">
<label for="loginTotp" class="item-label">{{i18n.authenticatorKeyTotp}}</label>
<input id="loginTotp" type="text" name="Login.Totp" ng-model="cipher.login.totp">
</div>
</div>
<div class="list-section-item">
<label for="folder" class="item-label">{{i18n.folder}}</label>
<select id="folder" name="FolderId" ng-model="cipher.folderId">