1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

[PM-5800] Remove passwordless-login feature flag (#7626)

* Removed passwordless-login feature flag

* Removed conditional on login component.

* Added back reference accidentally deleted.

* Fixed initialization of the service in tests.

* Removed unused private variable.

* Updated DI to remove configService

* Undid changes to workspace file.

* Undid all changes to workspace file

* Undid merge changes to collection dialog

* Linting
This commit is contained in:
Todd Martin
2024-02-13 11:15:16 -05:00
committed by GitHub
parent 2fa7580229
commit bdc951194e
9 changed files with 10 additions and 68 deletions

View File

@@ -864,7 +864,6 @@ import { ModalService } from "./modal.service";
deps: [
WebAuthnLoginApiServiceAbstraction,
LoginStrategyServiceAbstraction,
ConfigServiceAbstraction,
WebAuthnLoginPrfCryptoServiceAbstraction,
WINDOW,
LogService,