1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

Fix translation error

This commit is contained in:
Alec Rippberger
2024-10-15 14:42:18 -05:00
parent 3354527a5a
commit 49776193c0

View File

@@ -320,10 +320,7 @@ export class LoginComponent implements OnInit, OnDestroy {
this.anonLayoutWrapperDataService.setAnonLayoutWrapperData({ this.anonLayoutWrapperDataService.setAnonLayoutWrapperData({
pageTitle: "welcomeBack", pageTitle: "welcomeBack",
pageSubtitle: { pageSubtitle: this.loggedEmail,
subtitle: `${this.loggedEmail}`,
translate: false,
},
pageIcon: this.Icons.WaveIcon, pageIcon: this.Icons.WaveIcon,
}); });
} }