mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-08-01 01:37:44 -04:00
Update Popup.ts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user