From f5e18449a44721cfd546cd336cef19ff468db84f Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Thu, 18 Jun 2026 11:28:52 +0200 Subject: [PATCH] Update Popup.ts --- apps/browser-extension/src/entrypoints/contentScript/Popup.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/browser-extension/src/entrypoints/contentScript/Popup.ts b/apps/browser-extension/src/entrypoints/contentScript/Popup.ts index 761a53a79..da85ec9f1 100644 --- a/apps/browser-extension/src/entrypoints/contentScript/Popup.ts +++ b/apps/browser-extension/src/entrypoints/contentScript/Popup.ts @@ -2503,8 +2503,7 @@ export async function createAliasCreationPopup(suggestedNames: string[], rootCon if (target.classList.contains('av-suggested-name')) { const name = target.dataset.name; if (name) { - // Update input with clicked name. Only fill the service name (title); - // the username must not be derived from the title. + // Update the service name input inputServiceName.value = name; // Update the suggested names section