1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

Remove back button todo.

This commit is contained in:
Alec Rippberger
2024-09-25 11:29:28 -05:00
parent 9a6b1a9d39
commit e0eff02a42

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,