From ec81662dcf8d478902414820361cdaeef006bd2f Mon Sep 17 00:00:00 2001 From: Patrick Pimentel Date: Tue, 27 May 2025 17:13:25 -0400 Subject: [PATCH] feat(change-password-component): Change Password Update [18720] - Small fixes to the styling --- apps/browser/src/popup/app-routing.module.ts | 4 ++++ libs/auth/src/angular/anon-layout/anon-layout.component.html | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/browser/src/popup/app-routing.module.ts b/apps/browser/src/popup/app-routing.module.ts index f42d610a288..691cbc249fa 100644 --- a/apps/browser/src/popup/app-routing.module.ts +++ b/apps/browser/src/popup/app-routing.module.ts @@ -559,6 +559,10 @@ const routes: Routes = [ // TODO: Should this have any guards? { path: "change-password", + data: { + elevation: 1, + hideFooter: true, + } satisfies RouteDataProperties & ExtensionAnonLayoutWrapperData, children: [ { path: "", diff --git a/libs/auth/src/angular/anon-layout/anon-layout.component.html b/libs/auth/src/angular/anon-layout/anon-layout.component.html index f0b5668528b..79d94516572 100644 --- a/libs/auth/src/angular/anon-layout/anon-layout.component.html +++ b/libs/auth/src/angular/anon-layout/anon-layout.component.html @@ -49,14 +49,14 @@ }" >
-