add password specific header (#18988)

pull/18922/head^2
John Harrington 3 days ago committed by GitHub
parent 460b9ccb67
commit c415beb653
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -73,7 +73,6 @@ export class SendAuthComponent implements OnInit {
) {}
ngOnInit() {
this.updatePageTitle();
void this.onSubmit();
}
@ -226,6 +225,10 @@ export class SendAuthComponent implements OnInit {
pageTitle: { key: "verifyYourEmailToViewThisSend" },
});
}
} else if (authType === AuthType.Password) {
this.anonLayoutWrapperDataService.setAnonLayoutWrapperData({
pageTitle: { key: "sendAccessPasswordTitle" },
});
}
}
}

Loading…
Cancel
Save