diff --git a/src/app/app.routes.ts b/src/app/app.routes.ts index a8e9bcb63..b0a0f9301 100644 --- a/src/app/app.routes.ts +++ b/src/app/app.routes.ts @@ -23,6 +23,7 @@ export const routes: Routes = [ path: 'sign-up', loadComponent: () => import('./features/auth/pages/sign-up/sign-up.component').then((mod) => mod.SignUpComponent), + data: { skipBreadcrumbs: true }, }, { path: 'forgot-password', @@ -30,6 +31,7 @@ export const routes: Routes = [ import('./features/auth/pages/forgot-password/forgot-password.component').then( (mod) => mod.ForgotPasswordComponent ), + data: { skipBreadcrumbs: true }, }, { path: 'reset-password', @@ -37,6 +39,7 @@ export const routes: Routes = [ import('./features/auth/pages/reset-password/reset-password.component').then( (mod) => mod.ResetPasswordComponent ), + data: { skipBreadcrumbs: true }, }, { path: 'home', diff --git a/src/app/features/auth/pages/forgot-password/forgot-password.component.html b/src/app/features/auth/pages/forgot-password/forgot-password.component.html index 36f9242cc..e3d0a3001 100644 --- a/src/app/features/auth/pages/forgot-password/forgot-password.component.html +++ b/src/app/features/auth/pages/forgot-password/forgot-password.component.html @@ -11,7 +11,6 @@

{{ 'auth.forgotPassword.title' | translate }}

pInputText formControlName="email" [placeholder]="'auth.common.emailPlaceholder' | translate" - autocomplete="off" /> {{ 'auth.signUp.title' | translate }} - - + + {{ 'auth.signUp.divider' | translate }} @@ -46,7 +46,6 @@

{{ 'auth.signUp.title' | translate }}

pInputText formControlName="email" [placeholder]="'auth.common.emailPlaceholder' | translate" - autocomplete="off" /> diff --git a/src/app/features/collections/components/collections-filters/collections-filters.component.html b/src/app/features/collections/components/collections-filters/collections-filters.component.html index f504d2704..2602d55a8 100644 --- a/src/app/features/collections/components/collections-filters/collections-filters.component.html +++ b/src/app/features/collections/components/collections-filters/collections-filters.component.html @@ -3,7 +3,7 @@ {{ 'collections.filters.programArea.label' | translate }} -