1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 13:40:06 +00:00

Rebase: Start Implementing AccountService

This commit is contained in:
Justin Baur
2023-10-02 16:54:35 -04:00
parent 39574fe6e4
commit 33c8d55f0d
18 changed files with 286 additions and 225 deletions

View File

@@ -176,7 +176,6 @@ import { ModalService } from "./modal.service";
import { ThemingService } from "./theming/theming.service";
import { AbstractThemingService } from "./theming/theming.service.abstraction";
@NgModule({
declarations: [],
providers: [
@@ -731,9 +730,9 @@ import { AbstractThemingService } from "./theming/theming.service.abstraction";
EncryptService,
MEMORY_STORAGE,
AbstractStorageService,
SECURE_STORAGE
]
}
SECURE_STORAGE,
],
},
],
})
export class JslibServicesModule {}