1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +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({ this.anonLayoutWrapperDataService.setAnonLayoutWrapperData({
pageTitle: "welcomeBack", pageTitle: "welcomeBack",
pageSubtitle: { pageSubtitle: {
// TODO-rr-bw: add an icon that takes the user back subtitle: `${this.loggedEmail}`,
subtitle: `(todo: back btn) ${this.loggedEmail}`,
translate: false, translate: false,
}, },
pageIcon: this.Icons.WaveIcon, pageIcon: this.Icons.WaveIcon,