1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 06:23:38 +00:00

Use PlatformUtilsService Directly

This commit is contained in:
Justin Baur
2024-12-23 16:34:09 -05:00
parent 395258d63e
commit 5af03ed2fb
8 changed files with 18 additions and 34 deletions

View File

@@ -374,7 +374,7 @@ export class ServiceContainer {
this.tokenService = new TokenService(
this.singleUserStateProvider,
this.globalStateProvider,
this.platformUtilsService.supportsSecureStorage(),
this.platformUtilsService,
this.secureStorageService,
this.keyGenerationService,
this.encryptService,