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 8c3cd1e66f9..005d2db6428 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