1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

Change unlock biometric button to be selectable using tab (#846)

This commit is contained in:
Oscar Hinton
2021-04-22 20:00:05 +02:00
committed by GitHub
parent 227a1eaff9
commit 6dc82a8707

View File

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