1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

feat(new SendPasswordService): [Auth/PM-23700] Create KM SendPasswordService (#15570)

* PM-23700 - SendPasswordService - create and test

* PM-23700 - SendPassword Service comment clean up

* PM-23700 - Use barrel file exports and register default service.

* PM-23700 - DefaultSendPasswordService - work with Bernd to deliver better service
This commit is contained in:
Jared Snider
2025-07-11 13:05:31 -04:00
committed by GitHub
parent 3c6f763233
commit c9f642e491
9 changed files with 126 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export * from "./abstractions";
export * from "./services";
export * from "./types";