mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
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
Block a user