1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-26 10:36:19 +02: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>