mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
Don't submit form when unlocking with biometrics
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="buttons-row" *ngIf="supportsBiometric && biometricLock">
|
<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}}
|
{{biometricText | i18n}}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user