add options to enter Priv Key on join
This commit is contained in:
parent
b70857f9e1
commit
2fbbd2a53a
3 changed files with 27 additions and 7 deletions
|
|
@ -67,6 +67,13 @@
|
|||
name="joinPasswordConfirm"
|
||||
ng-model="joinPasswordConfirm"
|
||||
match="joinPassword" required>
|
||||
|
||||
<input type="text"
|
||||
placeholder="Private"
|
||||
name="private"
|
||||
ng-model="private"
|
||||
ng-if="enterPrivate">
|
||||
|
||||
<div class="text-right">
|
||||
<a href="#!/" class="back-button text-primary m20r">« Back</a>
|
||||
<button type="submit" class="button primary m0" ng-disabled="joinForm.$invalid || loading" loading="Joining">Join</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue