1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

[PM-14419] At-risk passwords change password service (#13279)

* [PM-14419] Introduce the change-login-password service and its default implementation

* [PM-14419] Use the change login password service on the at-risk passwords page

* [PM-14419] Add unit tests

* [PM-14419] Use existing fixed test environment

* [PM-14419] Add mock implementation for ChangeLoginPasswordService in at-risk passwords tests

* [PM-14419] Linter
This commit is contained in:
Shane Melton
2025-02-13 10:58:44 -08:00
committed by GitHub
parent a0c38543ac
commit c67e6df839
7 changed files with 319 additions and 15 deletions

View File

@@ -25,3 +25,6 @@ export * from "./components/add-edit-folder-dialog/add-edit-folder-dialog.compon
export * as VaultIcons from "./icons";
export * from "./tasks";
export * from "./abstractions/change-login-password.service";
export * from "./services/default-change-login-password.service";