mirror of
https://github.com/bitwarden/browser
synced 2026-02-14 23:45:37 +00:00
make it await
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user