1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

[PM-12607] Move key rotation to km ownership (#11709)

* Move key rotation to km ownership

* Fix build

* Move userkey rotation data provider abstraction to km ownership

* Move userkey rotation data provider abstraction to km ownership

* Fix linting

* Fix CODEOWNERS for key-management web

* Remove incorrect export

* Fix import error
This commit is contained in:
Bernd Schoolmann
2024-10-26 13:47:40 +02:00
committed by GitHub
parent c780cbc77e
commit e83dca529b
20 changed files with 15 additions and 16 deletions

View File

@@ -7,3 +7,4 @@ export * from "./biometrics/biometric.state";
export { KeyService } from "./abstractions/key.service";
export { DefaultKeyService } from "./key.service";
export { UserKeyRotationDataProvider } from "./abstractions/user-key-rotation-data-provider.abstraction";