mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
only wait 5 seconds to load vault
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 831b4cff7b...2930d7daf7
@@ -97,7 +97,7 @@ export class CurrentTabComponent implements OnInit, OnDestroy {
|
|||||||
if (!this.loaded) {
|
if (!this.loaded) {
|
||||||
await this.load();
|
await this.load();
|
||||||
}
|
}
|
||||||
}, 10000);
|
}, 5000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ export class GroupingsComponent extends BaseGroupingsComponent implements OnInit
|
|||||||
if (!this.loaded) {
|
if (!this.loaded) {
|
||||||
this.load();
|
this.load();
|
||||||
}
|
}
|
||||||
}, 10000);
|
}, 5000);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!this.syncService.syncInProgress || restoredScopeState) {
|
if (!this.syncService.syncInProgress || restoredScopeState) {
|
||||||
|
|||||||
Reference in New Issue
Block a user