mirror of
https://github.com/bitwarden/browser
synced 2026-01-07 11:03:30 +00:00
Initial work of biometric unlock for browser
This commit is contained in:
@@ -42,6 +42,10 @@
|
||||
<label for="pin">{{'unlockWithPin' | i18n}}</label>
|
||||
<input id="pin" type="checkbox" (change)="updatePin()" [(ngModel)]="pin">
|
||||
</div>
|
||||
<div class="box-content-row box-content-row-checkbox" appBoxRow>
|
||||
<label for="biometric">{{'unlockWithBiometric' | i18n}}</label>
|
||||
<input id="biometric" type="checkbox" (change)="updateBiometric()" [ngModel]="biometric">
|
||||
</div>
|
||||
<a class="box-content-row box-content-row-flex text-default" href="#" appStopClick appBlurClick
|
||||
(click)="lock()">
|
||||
<div class="row-main">{{'lockNow' | i18n}}</div>
|
||||
|
||||
Reference in New Issue
Block a user