1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 13:40:06 +00:00

Update apps/desktop/src/platform/main/autofill/native-autofill.main.ts

Co-authored-by: Andreas Coroiu <acoroiu@bitwarden.com>
This commit is contained in:
Anders Åberg
2025-02-27 19:57:16 +01:00
committed by GitHub
parent 437a81bb1e
commit 570b74e5ab

View File

@@ -60,7 +60,7 @@ export class NativeAutofillMain {
request,
});
},
// AssertionWihtoutUserInterfaceCallback
// AssertionWithoutUserInterfaceCallback
(error, clientId, sequenceNumber, request) => {
if (error) {
this.logService.error("autofill.IpcServer.assertion", error);