mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 05:14:12 +03:00
Updated members admin redirect to new page(#12296)
no refs. - Members settings were moved to a new page [here](https://github.com/TryGhost/Ghost-Admin/pull/1736) - updated members related redirect for from/newsletter email address change to point to new page
This commit is contained in:
parent
29af4d46f5
commit
43b7c7b344
@ -103,7 +103,7 @@ function createSettingsInstance(config) {
|
||||
|
||||
const getAdminRedirectLink = ({type}) => {
|
||||
const adminUrl = urlUtils.urlFor('admin', true);
|
||||
return urlUtils.urlJoin(adminUrl, `#/settings/labs/?${type}=success`);
|
||||
return urlUtils.urlJoin(adminUrl, `#/settings/labs/members/?${type}=success`);
|
||||
};
|
||||
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user