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:
3
libs/common/src/key-management/sends/index.ts
Normal file
3
libs/common/src/key-management/sends/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export * from "./abstractions";
|
||||
export * from "./services";
|
||||
export * from "./types";
|
||||
Reference in New Issue
Block a user