mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Move asymmetric crypto functions out of crypto service (#10903)
This commit is contained in:
@@ -117,6 +117,7 @@ export class OssServeConfigurator {
|
||||
this.confirmCommand = new ConfirmCommand(
|
||||
this.serviceContainer.apiService,
|
||||
this.serviceContainer.cryptoService,
|
||||
this.serviceContainer.encryptService,
|
||||
this.serviceContainer.organizationUserApiService,
|
||||
);
|
||||
this.restoreCommand = new RestoreCommand(this.serviceContainer.cipherService);
|
||||
|
||||
Reference in New Issue
Block a user