Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit d64ad98

Browse files
author
Tankred Hase
committed
bugfix login-initial
1 parent e62e085 commit d64ad98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tpl/login-initial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<span class="popover-info" data-icon-append="&#xe010;" popover="#passphrase-info"></span>
1616
</div>
1717
<div>
18-
<button type="submit" ng-click="confirmPassphrase()" class="btn" ng-disabled="passphraseRating < 2 || state.passphrase !== state.confirmation" tabindex="3">Generate keypair</button>
18+
<button type="submit" ng-click="confirmPassphrase()" class="btn" ng-disabled="!state.passphrase || passphraseRating < 2 || state.passphrase !== state.confirmation" tabindex="3">Generate keypair</button>
1919
</div>
2020
</form>
2121
</div>

0 commit comments

Comments
 (0)