Merge pull request #1509 from cmgustavo/bug/01-angularjs-validation
Fixes validation when joining or creating a wallet
This commit is contained in:
commit
6c1feb8525
2 changed files with 7 additions and 4 deletions
|
|
@ -57,7 +57,8 @@
|
|||
|
||||
<label translate for="joinPassword">User information</label>
|
||||
<input id="joinPassword" type="text" class="form-control"
|
||||
placeholder="{{'Your name (optional)'|translate}}" name="nickname" ng-model="nickname">
|
||||
placeholder="{{'Your name'|translate}}" name="nickname"
|
||||
ng-model="nickname" required>
|
||||
<input type="password" class="form-control"
|
||||
placeholder="{{'Choose your password'|translate}}" name="joinPassword"
|
||||
ng-model="$parent.joinPassword"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue