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:
Peter Zimon 2020-10-22 12:40:25 +02:00 committed by GitHub
parent 29af4d46f5
commit 43b7c7b344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {