mirror of
https://github.com/bitwarden/desktop
synced 2026-02-14 23:45:04 +00:00
[bug] Init the state service on start
This commit is contained in:
@@ -157,6 +157,7 @@ containerService.attachToGlobal(window);
|
||||
|
||||
export function initFactory(): Function {
|
||||
return async () => {
|
||||
await stateService.init();
|
||||
await environmentService.setUrlsFromStorage();
|
||||
syncService.fullSync(true);
|
||||
await vaultTimeoutService.init(true);
|
||||
|
||||
Reference in New Issue
Block a user