fix input types
This commit is contained in:
parent
f587b08863
commit
2e1a3eaa40
4 changed files with 7 additions and 7 deletions
|
|
@ -88,7 +88,7 @@
|
|||
|
||||
<label class="item item-input item-stacked-label" ng-show="join.seedSourceId == 'new' && encrypt">
|
||||
<span class="input-label" translate>Add a Password</span>
|
||||
<input type="text"
|
||||
<input type="password"
|
||||
placeholder="{{'Add an optional password to secure the recovery phrase'|translate}}"
|
||||
autocapitalize="off"
|
||||
name="createPassphrase"
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
|
||||
<label class="item item-input item-stacked-label" ng-show="join.seedSourceId == 'set' && encrypt">
|
||||
<span class="input-label" translate>Add a Password</span>
|
||||
<input type="text"
|
||||
<input type="password"
|
||||
placeholder="{{'The recovery phrase could require a password to be imported'|translate}}"
|
||||
autocapitalize="off"
|
||||
name="passphrase"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue