summaryrefslogtreecommitdiffstats
path: root/web/react/components/team_signup_with_sso.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-09-25 09:54:25 -0700
committerCorey Hulen <corey@hulen.com>2015-09-25 09:54:25 -0700
commit30bc17a7400ee964b8d7648ad3c782abdae72cc6 (patch)
tree967b68f2106cbccfda9be6615beea7d20c3380b2 /web/react/components/team_signup_with_sso.jsx
parentf75475d3d053b6f9c4f28de2823302f439f3aec3 (diff)
parentad346f8734f5419067c4988f118281955516a356 (diff)
downloadchat-30bc17a7400ee964b8d7648ad3c782abdae72cc6.tar.gz
chat-30bc17a7400ee964b8d7648ad3c782abdae72cc6.tar.bz2
chat-30bc17a7400ee964b8d7648ad3c782abdae72cc6.zip
Merge pull request #808 from mattermost/fixing-redirect2
fixing more redirect places
Diffstat (limited to 'web/react/components/team_signup_with_sso.jsx')
-rw-r--r--web/react/components/team_signup_with_sso.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/team_signup_with_sso.jsx b/web/react/components/team_signup_with_sso.jsx
index 2849b4cbb..a4972dd8d 100644
--- a/web/react/components/team_signup_with_sso.jsx
+++ b/web/react/components/team_signup_with_sso.jsx
@@ -42,7 +42,7 @@ export default class SSOSignUpPage extends React.Component {
if (data.follow_link) {
window.location.href = data.follow_link;
} else {
- window.location.href = '/';
+ window.location.href = '/' + team.name + '/channels/town-square';
}
},
function fail(err) {