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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user