From 9f90816e2c9db91eee27304f3bf00f439ea2d09b Mon Sep 17 00:00:00 2001 From: Cesar Gonzalez Date: Tue, 24 Sep 2024 10:41:42 -0500 Subject: [PATCH] [PM-8833] Implementing final elements of the rough sketch before continuing refinement --- .../overlay/inline-menu/pages/list/autofill-inline-menu-list.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/browser/src/autofill/overlay/inline-menu/pages/list/autofill-inline-menu-list.ts b/apps/browser/src/autofill/overlay/inline-menu/pages/list/autofill-inline-menu-list.ts index 7d28fd3ed8..e93b7f09ff 100644 --- a/apps/browser/src/autofill/overlay/inline-menu/pages/list/autofill-inline-menu-list.ts +++ b/apps/browser/src/autofill/overlay/inline-menu/pages/list/autofill-inline-menu-list.ts @@ -168,6 +168,7 @@ export class AutofillInlineMenuList extends AutofillInlineMenuPageElement { saveLoginMessage.textContent = this.getTranslation("saveLoginToBitwarden"); const newItemButton = this.buildNewItemButton(true); + this.showInlineMenuAccountCreation = true; this.inlineMenuListContainer.append(saveLoginMessage, newItemButton); }