We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 295b20e + f0cc8b0 commit 71f8325Copy full SHA for 71f8325
src/shared/components/Settings/Preferences/index.jsx
@@ -88,7 +88,7 @@ export default class Preferences extends React.Component {
88
case 'e-mail':
89
return <NewsletterPreferencesContainer email={email} />;
90
case 'forum':
91
- return (window.location.href = `${config.URL.FORUMS}/?module=Settings`) && <LoadingIndicator />;
+ return (window.location.href = `${config.URL.FORUMS_VANILLA}/profile/preferences`) && <LoadingIndicator />;
92
case 'payment':
93
return (window.location.href = `${config.URL.COMMUNITY}/tc?module=EditPaymentPreferences`) && <LoadingIndicator />;
94
default:
0 commit comments