mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
Change unlock biometric button to be selectable using tab (#846)
This commit is contained in:
parent
227a1eaff9
commit
6dc82a8707
@ -38,9 +38,9 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="buttons-row" *ngIf="supportsBiometric && biometricLock">
|
<div class="buttons-row" *ngIf="supportsBiometric && biometricLock">
|
||||||
<a class="btn block" appBlurClick (click)="unlockBiometric()">
|
<button class="btn block" appBlurClick (click)="unlockBiometric()">
|
||||||
{{biometricText | i18n}}
|
{{biometricText | i18n}}
|
||||||
</a>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user