mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-31 22:51:28 +01:00
Commented out ensureUnlockedVault for this PR
This commit is contained in:
parent
6a05ba3ad0
commit
c06e1cff68
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user