summaryrefslogtreecommitdiffstats
path: root/web/react/components/team_signup_with_sso.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-09-25 22:44:55 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-09-25 22:44:55 +0500
commit4667d8c61e458f9f24690fd766e7beb8887c84ce (patch)
treef9a125f7c9fd29027064299b9ea5c90aed1ee5af /web/react/components/team_signup_with_sso.jsx
parent9d1dddb7f4cd6ee9682bb48d88f5f0271a72dcba (diff)
parent73cdee70d7bcba367ff006ce1ce6a6d50ccbf3e7 (diff)
downloadchat-4667d8c61e458f9f24690fd766e7beb8887c84ce.tar.gz
chat-4667d8c61e458f9f24690fd766e7beb8887c84ce.tar.bz2
chat-4667d8c61e458f9f24690fd766e7beb8887c84ce.zip
Merge branch 'master' of https://github.com/mattermost/platform into plt-366
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) {