From c06e1cff68f8021ac73f1b0fe4e15e85766abaa4 Mon Sep 17 00:00:00 2001 From: gbubemismith Date: Wed, 23 Aug 2023 01:37:22 -0400 Subject: [PATCH] Commented out ensureUnlockedVault for this PR --- .../src/vault/services/fido2/fido2-authenticator.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/common/src/vault/services/fido2/fido2-authenticator.service.ts b/libs/common/src/vault/services/fido2/fido2-authenticator.service.ts index 8c3cd1e66f..005d2db642 100644 --- a/libs/common/src/vault/services/fido2/fido2-authenticator.service.ts +++ b/libs/common/src/vault/services/fido2/fido2-authenticator.service.ts @@ -84,7 +84,7 @@ export class Fido2AuthenticatorService implements Fido2AuthenticatorServiceAbstr } //TODO: uncomment this when working on the login flow ticket - await userInterfaceSession.ensureUnlockedVault(); + // await userInterfaceSession.ensureUnlockedVault(); const existingCipherIds = await this.findExcludedCredentials( params.excludeCredentialDescriptorList