Update Popup.ts

This commit is contained in:
Leendert de Borst
2026-06-18 11:28:52 +02:00
parent 367c347c85
commit f5e18449a4

View File

@@ -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