mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Updated admin route for newsletter settings (#14576)
This commit is contained in:
parent
05b5059918
commit
f9eff8a216
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class NewslettersService {
|
|||
getSigninURL(token) {
|
||||
const adminUrl = urlUtils.urlFor('admin', true);
|
||||
const signinURL = new URL(adminUrl);
|
||||
signinURL.hash = `/settings/members-email-labs/?verifyEmail=${token}`;
|
||||
signinURL.hash = `/settings/newsletters/?verifyEmail=${token}`;
|
||||
return signinURL.href;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue