Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Changing input type to password.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Beddows committed Aug 17, 2016
1 parent b60c919 commit 5fe3e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/login/login.jade
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ md-card
form
md-input-container.md-block(md-is-error='$ctrl.valid === 0')
label Enter your passphrase
input(ng-model='$ctrl.input_passphrase', ng-disabled='$ctrl.random')
input(type='password' ng-model='$ctrl.input_passphrase', ng-disabled='$ctrl.random')
md-content(layout='row', layout-align='center center')
// md-button(ng-disabled='$ctrl.random', ng-click='$ctrl.devTestAccount()') Dev Test Account
md-button.md-primary(ng-disabled='$ctrl.random', ng-click='$ctrl.start()') NEW ACCOUNT
Expand Down

0 comments on commit 5fe3e7f

Please sign in to comment.