1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

input verbatim

This commit is contained in:
Kyle Spearrin
2018-04-25 17:53:51 -04:00
parent f99bac9190
commit 73013d51e0
9 changed files with 44 additions and 29 deletions

View File

@@ -15,7 +15,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>
class="monospaced" [(ngModel)]="masterPassword" required appInputVerbatim>
</div>
<div class="action-buttons">
<a class="row-btn" href="#" appStopClick appBlurClick