mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
Change unlock biometric button to be selectable using tab (#846)
This commit is contained in:
@@ -38,9 +38,9 @@
|
||||
</button>
|
||||
</div>
|
||||
<div class="buttons-row" *ngIf="supportsBiometric && biometricLock">
|
||||
<a class="btn block" appBlurClick (click)="unlockBiometric()">
|
||||
<button class="btn block" appBlurClick (click)="unlockBiometric()">
|
||||
{{biometricText | i18n}}
|
||||
</a>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user