We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20e90c commit eb388b2Copy full SHA for eb388b2
src/shared/containers/tc-communities/Page/index.jsx
@@ -126,7 +126,7 @@ class Page extends Component {
126
}
127
128
render() {
129
- const returnUrl = encodeURIComponent(`${config.URL.MEMBER}/community/wipro/home`);
+ const returnUrl = encodeURIComponent(`${config.URL.WIPRO}/community/wipro2/home`);
130
const loginUrl = `${config.URL.AUTH}?retUrl=${returnUrl}`;
131
const registerUrl = `${config.URL.AUTH}/registration`;
132
0 commit comments