mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
Commented out ensureUnlockedVault for this PR
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user