From 570b74e5ab8cbf431e6f73b4f69f90bd442c5794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20=C3=85berg?= Date: Thu, 27 Feb 2025 19:57:16 +0100 Subject: [PATCH] Update apps/desktop/src/platform/main/autofill/native-autofill.main.ts Co-authored-by: Andreas Coroiu --- apps/desktop/src/platform/main/autofill/native-autofill.main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/platform/main/autofill/native-autofill.main.ts b/apps/desktop/src/platform/main/autofill/native-autofill.main.ts index fdd83f17f86..36f9a0be0ee 100644 --- a/apps/desktop/src/platform/main/autofill/native-autofill.main.ts +++ b/apps/desktop/src/platform/main/autofill/native-autofill.main.ts @@ -60,7 +60,7 @@ export class NativeAutofillMain { request, }); }, - // AssertionWihtoutUserInterfaceCallback + // AssertionWithoutUserInterfaceCallback (error, clientId, sequenceNumber, request) => { if (error) { this.logService.error("autofill.IpcServer.assertion", error);