fix layout when signing with PIN
This commit is contained in:
parent
25cd9675d8
commit
6553d43da7
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@
|
|||
</form>
|
||||
</div>
|
||||
|
||||
<div ng-if='$root.hasPin'>
|
||||
<div ng-if='$root.hasPin && !$root.iden'>
|
||||
<h2><span translate>Enter your </span> <b> PIN</b></h2>
|
||||
<form name="pinForm" novalidate>
|
||||
<div class="box-notification" ng-show="error">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue