Skip to content

Commit eb388b2

Browse files
committed
fix for login retUrl
1 parent d20e90c commit eb388b2

File tree

1 file changed

+1
-1
lines changed
  • src/shared/containers/tc-communities/Page

1 file changed

+1
-1
lines changed

src/shared/containers/tc-communities/Page/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class Page extends Component {
126126
}
127127

128128
render() {
129-
const returnUrl = encodeURIComponent(`${config.URL.MEMBER}/community/wipro/home`);
129+
const returnUrl = encodeURIComponent(`${config.URL.WIPRO}/community/wipro2/home`);
130130
const loginUrl = `${config.URL.AUTH}?retUrl=${returnUrl}`;
131131
const registerUrl = `${config.URL.AUTH}/registration`;
132132

0 commit comments

Comments
 (0)