mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
Fix translation error
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user