1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-26 05:03:23 +00:00

[deps]: Update prettier to v3.3.3 (#577)

* [deps]: Update prettier to v3.3.3

* Run prettier

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
This commit is contained in:
renovate[bot]
2024-09-05 11:13:53 +10:00
committed by GitHub
parent 1951b9507d
commit 401daa0187
3 changed files with 9 additions and 8 deletions

View File

@@ -2172,11 +2172,11 @@ export class StateService<
}
const account = options?.useSecureStorage
? (await this.secureStorageService.get<TAccount>(options.userId, options)) ??
? ((await this.secureStorageService.get<TAccount>(options.userId, options)) ??
(await this.storageService.get<TAccount>(
options.userId,
this.reconcileOptions(options, { htmlStorageLocation: HtmlStorageLocation.Local }),
))
)))
: await this.storageService.get<TAccount>(options.userId, options);
if (this.useAccountCache) {