mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-12 00:41:29 +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
|
//TODO: uncomment this when working on the login flow ticket
|
||||||
await userInterfaceSession.ensureUnlockedVault();
|
// await userInterfaceSession.ensureUnlockedVault();
|
||||||
|
|
||||||
const existingCipherIds = await this.findExcludedCredentials(
|
const existingCipherIds = await this.findExcludedCredentials(
|
||||||
params.excludeCredentialDescriptorList
|
params.excludeCredentialDescriptorList
|
||||||
|
Loading…
Reference in New Issue
Block a user