verbatim input on master password for exports

This commit is contained in:
Kyle Spearrin 2019-01-11 23:37:03 -05:00
parent 2a3beacbe0
commit 5f35cc1887
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<div class="row-main">
<label for="masterPassword">{{'masterPass' | i18n}}</label>
<input id="masterPassword" type="{{showPassword ? 'text' : 'password'}}" name="MasterPassword"
class="monospaced" [(ngModel)]="masterPassword" required appAutofocus>
class="monospaced" [(ngModel)]="masterPassword" required appInputVerbatim appAutofocus>
</div>
<div class="action-buttons">
<a class="row-btn" href="#" appStopClick appBlurClick