1
0
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:
gbubemismith
2023-09-04 15:30:44 -04:00
parent c204c70e6b
commit a655b96bfe
7 changed files with 39 additions and 87 deletions

View File

@@ -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) {