Remove back button todo.

This commit is contained in:
Alec Rippberger 2024-09-25 11:29:28 -05:00
parent 9a6b1a9d39
commit e0eff02a42
No known key found for this signature in database
GPG Key ID: 9DD8DA583B28154A
1 changed files with 1 additions and 2 deletions

View File

@ -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,