mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
Fix translations.
This commit is contained in:
@@ -331,7 +331,7 @@ export class LoginComponent implements OnInit, OnDestroy {
|
||||
await this.getLoginWithDevice(this.loggedEmail);
|
||||
|
||||
this.anonLayoutWrapperDataService.setAnonLayoutWrapperData({
|
||||
pageTitle: "welcomeBack",
|
||||
pageTitle: { key: "welcomeBack" },
|
||||
pageSubtitle: this.loggedEmail,
|
||||
pageIcon: this.Icons.WaveIcon,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user