Fixed
This commit is contained in:
parent
de43990882
commit
72d2e16415
1 changed files with 1 additions and 15 deletions
|
|
@ -30,28 +30,14 @@
|
||||||
<input id="walletPassword" type="password" placeholder="{{'Choose your password'|translate}}" class="form-control" ng-model="$parent.walletPassword" name="walletPassword" check-strength="passwordStrength" tooltip-html-unsafe="Password strength:
|
<input id="walletPassword" type="password" placeholder="{{'Choose your password'|translate}}" class="form-control" ng-model="$parent.walletPassword" name="walletPassword" check-strength="passwordStrength" tooltip-html-unsafe="Password strength:
|
||||||
<i>{{passwordStrength}}</i><br/><span
|
<i>{{passwordStrength}}</i><br/><span
|
||||||
class='size-12'>Tip: Use lower and uppercase, numbers and
|
class='size-12'>Tip: Use lower and uppercase, numbers and
|
||||||
<<<<<<< HEAD
|
|
||||||
symbols</span>" tooltip-trigger="focus" required tooltip-placement="top">
|
symbols</span>" tooltip-trigger="focus" required tooltip-placement="top">
|
||||||
|
<small translate class="is-valid" ng-show="setupForm.walletPasswordConfirm.$dirty && setupForm.$invalid">Please enter the same password you entered above</small>
|
||||||
<input type="password" placeholder="{{'Repeat password'|translate}}" name="walletPasswordConfirm" ng-model="walletPasswordConfirm" match="walletPassword" required>
|
<input type="password" placeholder="{{'Repeat password'|translate}}" name="walletPasswordConfirm" ng-model="walletPasswordConfirm" match="walletPassword" required>
|
||||||
|
|
||||||
<div class="text-left">
|
<div class="text-left">
|
||||||
<input id="network-name" type="checkbox" ng-model="networkName" ng-true-value="testnet" ng-false-value="livenet" class="form-control" ng-click="changeNetwork()" ng-checked="networkName == 'testnet' ? true : false">
|
<input id="network-name" type="checkbox" ng-model="networkName" ng-true-value="testnet" ng-false-value="livenet" class="form-control" ng-click="changeNetwork()" ng-checked="networkName == 'testnet' ? true : false">
|
||||||
<label for="network-name">Use test network</label>
|
<label for="network-name">Use test network</label>
|
||||||
</div>
|
</div>
|
||||||
=======
|
|
||||||
symbols</span>"
|
|
||||||
tooltip-trigger="focus" required
|
|
||||||
tooltip-placement="top">
|
|
||||||
|
|
||||||
<small translate class="is-valid" ng-show="setupForm.walletPasswordConfirm.$dirty && setupForm.$invalid">Please enter the same password you entered above</small>
|
|
||||||
<input type="password"
|
|
||||||
placeholder="{{'Repeat password'|translate}}"
|
|
||||||
name="walletPasswordConfirm"
|
|
||||||
ng-model="walletPasswordConfirm"
|
|
||||||
match="walletPassword"
|
|
||||||
required>
|
|
||||||
>>>>>>> Fixed
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a class="expand small" ng-click="hideAdv=!hideAdv">
|
<a class="expand small" ng-click="hideAdv=!hideAdv">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue