1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +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({
pageTitle: "welcomeBack",
pageSubtitle: {
subtitle: `${this.loggedEmail}`,
translate: false,
},
pageSubtitle: this.loggedEmail,
pageIcon: this.Icons.WaveIcon,
});
}