[PM-8833] Implementing final elements of the rough sketch before continuing refinement

This commit is contained in:
Cesar Gonzalez 2024-09-24 10:41:42 -05:00
parent 45ae8a0070
commit 9f90816e2c
No known key found for this signature in database
GPG Key ID: 3381A5457F8CCECF
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ export class AutofillInlineMenuList extends AutofillInlineMenuPageElement {
saveLoginMessage.textContent = this.getTranslation("saveLoginToBitwarden"); saveLoginMessage.textContent = this.getTranslation("saveLoginToBitwarden");
const newItemButton = this.buildNewItemButton(true); const newItemButton = this.buildNewItemButton(true);
this.showInlineMenuAccountCreation = true;
this.inlineMenuListContainer.append(saveLoginMessage, newItemButton); this.inlineMenuListContainer.append(saveLoginMessage, newItemButton);
} }