1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-14 23:45:37 +00:00

make it await

This commit is contained in:
Anders Åberg
2025-11-10 11:59:30 +01:00
parent abb411b483
commit 9875238c33

View File

@@ -233,7 +233,7 @@ export class DesktopAutofillService implements OnDestroy {
// credentials list.
try {
this.logService.info("Initiated FIDO2 sync after makeCredential");
void this.adHocSync();
await this.adHocSync();
} catch (error) {
this.logService.error("Failed to sync credentials after makeCredential", error);
}