diff --git a/apps/desktop/src/platform/main/autofill/native-autofill.windows.main.ts b/apps/desktop/src/platform/main/autofill/native-autofill.windows.main.ts index d1ab9cd0148..4070687a2bf 100644 --- a/apps/desktop/src/platform/main/autofill/native-autofill.windows.main.ts +++ b/apps/desktop/src/platform/main/autofill/native-autofill.windows.main.ts @@ -357,8 +357,7 @@ export class NativeAutofillWindowsMain { passkey_authenticator.syncCredentialsToWindows(mappedCredentials); - // TODO: Return a meaningful result - const res = { value: { added: 999 } } as RunCommandResult; + const res = { value: { added: mappedCredentials.length } } as RunCommandResult; return res; } catch (e) { this.logService.error(`Error running autofill command '${command.command}':`, e);