mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
Merge pull request #853 from bitwarden/fix-biometric-button
Don't submit form when unlocking with biometrics
This commit is contained in:
commit
eb1c5f809a
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user