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:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user