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

Commit

Permalink
Hide 2nd passphrase menu item after registration
Browse files Browse the repository at this point in the history
Fixes #190
  • Loading branch information
slaweet committed May 9, 2017
1 parent 228dcec commit 0a343d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/header/header.pug
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ md-content.header(layout='row', layout-align='center center', layout-padding)
md-button(ng-click='$ctrl.signVerify.openVerifyMessageDialog()')
div(layout='row', flex='')
p(flex='') Verify message
md-menu-item
md-button(data-set-second-pass, ng-if='$root.logged && !$ctrl.account.get().secondSignature')
md-menu-item(ng-if='$root.logged && !$ctrl.account.get().secondSignature')
md-button(data-set-second-pass)
div(layout='row', flex='')
p(flex='') Set 2nd passphrase
md-menu-item(ng-if='$root.logged && !$ctrl.account.get().isDelegate')
Expand Down

0 comments on commit 0a343d2

Please sign in to comment.