1
0
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:
addison
2021-11-16 10:14:26 -05:00
parent fecd98ead0
commit 0ac3328121

View File

@@ -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);