Don't submit form when unlocking with biometrics
This commit is contained in:
parent
6dc82a8707
commit
cf29c35e07
|
@ -38,7 +38,7 @@
|
|||
</button>
|
||||
</div>
|
||||
<div class="buttons-row" *ngIf="supportsBiometric && biometricLock">
|
||||
<button class="btn block" appBlurClick (click)="unlockBiometric()">
|
||||
<button type="button" class="btn block" appBlurClick (click)="unlockBiometric()">
|
||||
{{biometricText | i18n}}
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue