1
0
mirror of https://github.com/bitwarden/jslib synced 2026-01-06 10:33:15 +00:00

laptop issue

This commit is contained in:
addison
2021-11-26 20:37:55 -05:00
parent 907cb6b4ad
commit c527ce85e8
12 changed files with 127 additions and 127 deletions

View File

@@ -155,6 +155,7 @@ export class LockComponent implements OnInit {
}
const success = (await this.cryptoService.getKey(KeySuffixOptions.Biometric)) != null;
console.debug('unlockBiometric', success)
if (success) {
await this.doContinue();