mirror of
https://github.com/bitwarden/browser.git
synced 2025-04-03 18:16:55 +02:00
verbatim input on master password for exports
This commit is contained in:
parent
2a3beacbe0
commit
5f35cc1887
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user