1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-27 03:53:00 +02:00

Merge pull request #853 from bitwarden/fix-biometric-button

Don't submit form when unlocking with biometrics
This commit is contained in:
Thomas Rittson 2021-04-26 08:35:08 +10:00 committed by GitHub
commit eb1c5f809a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>