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
1 changed files with 2 additions and 2 deletions

View File

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