mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 03:03:43 +00:00
Updated components to use browserRouterService for routing to previous page
This commit is contained in:
@@ -239,7 +239,7 @@ export class Fido2AuthenticatorService implements Fido2AuthenticatorServiceAbstr
|
||||
let cipherOptions: CipherView[];
|
||||
|
||||
//TODO: uncomment this when working on the login flow ticket
|
||||
await userInterfaceSession.ensureUnlockedVault();
|
||||
// await userInterfaceSession.ensureUnlockedVault();
|
||||
|
||||
// eslint-disable-next-line no-empty
|
||||
if (params.allowCredentialDescriptorList?.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user