From f5c6b682bde5b4841f9dd9bb9b5c6966b51ec6d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20=C3=85berg?= Date: Thu, 27 Feb 2025 20:44:15 +0100 Subject: [PATCH] Update desktop-autofill.service.ts --- apps/desktop/src/autofill/services/desktop-autofill.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/autofill/services/desktop-autofill.service.ts b/apps/desktop/src/autofill/services/desktop-autofill.service.ts index 1f84a55a428..c9f1743b6f4 100644 --- a/apps/desktop/src/autofill/services/desktop-autofill.service.ts +++ b/apps/desktop/src/autofill/services/desktop-autofill.service.ts @@ -172,7 +172,7 @@ export class DesktopAutofillService implements OnDestroy { request, ); - // TODO: For some reason the credentialId is passed as an empty array in the request, so we need to + // For some reason the credentialId is passed as an empty array in the request, so we need to // get it from the cipher. For that we use the recordIdentifier, which is the cipherId. if (request.recordIdentifier && request.credentialId.length === 0) { const cipher = await this.cipherService.get(request.recordIdentifier);