mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-12 00:41:29 +01:00
dont await void methods
This commit is contained in:
parent
dbca2a64e0
commit
783e7fc834
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 6b3dc2344f2db167cbc404d83fa4602a1ca93ef8
|
||||
Subproject commit 1f36c5fee6a294f455de8c10c3d7316f708ec214
|
@ -147,7 +147,7 @@ export class Main {
|
||||
// });
|
||||
const locale = await this.storageService.get<string>(ConstantsService.localeKey);
|
||||
await this.i18nService.init(locale);
|
||||
await this.authService.init();
|
||||
this.authService.init();
|
||||
|
||||
const installedVersion = await this.storageService.get<string>(ConstantsService.installedVersionKey);
|
||||
const currentVersion = this.platformUtilsService.getApplicationVersion();
|
||||
|
Loading…
Reference in New Issue
Block a user