1
0
mirror of https://github.com/moparisthebest/mail synced 2025-02-07 10:30:18 -05:00
This commit is contained in:
Tankred Hase 2013-10-22 18:31:51 +02:00
parent 4b9cfeb2df
commit e9364bed81

View File

@ -12,7 +12,7 @@
<form>
<div>
<input type="password" ng-model="passphrase" placeholder="Enter passphrase" tabindex="1" focus-me="true">
<input type="password" ng-model="confirmation" ng-class="{error: confirmation !== passphrase}" placeholder="Confirm Passphrase" tabindex="2">
<input type="password" ng-model="confirmation" ng-class="{error: confirmation !== passphrase}" placeholder="Confirm passphrase" tabindex="2">
</div>
<div>
<button type="submit" ng-click="confirmPassphrase()" class="btn" ng-disabled="!passphrase || passphrase!==confirmation" tabindex="3">Generate keypair</button>