From e0eff02a42511bdcb2bb88ee195fa18eb10ef8a1 Mon Sep 17 00:00:00 2001 From: Alec Rippberger Date: Wed, 25 Sep 2024 11:29:28 -0500 Subject: [PATCH] Remove back button todo. --- libs/auth/src/angular/login/login.component.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/auth/src/angular/login/login.component.ts b/libs/auth/src/angular/login/login.component.ts index b0aeb1637c..9faba5cd1f 100644 --- a/libs/auth/src/angular/login/login.component.ts +++ b/libs/auth/src/angular/login/login.component.ts @@ -346,8 +346,7 @@ export class LoginComponent implements OnInit, OnDestroy { this.anonLayoutWrapperDataService.setAnonLayoutWrapperData({ pageTitle: "welcomeBack", pageSubtitle: { - // TODO-rr-bw: add an icon that takes the user back - subtitle: `(todo: back btn) ${this.loggedEmail}`, + subtitle: `${this.loggedEmail}`, translate: false, }, pageIcon: this.Icons.WaveIcon,