mirror of
https://github.com/bitwarden/browser
synced 2026-02-12 06:23:38 +00:00
Use PlatformUtilsService Directly
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user