summaryrefslogtreecommitdiffstats
path: root/web/react/components/team_signup_with_sso.jsx
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-25 09:16:26 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-25 09:16:26 -0700
commitad346f8734f5419067c4988f118281955516a356 (patch)
tree4e1df5f440829f0240d0450fb28a314f42e85fcb /web/react/components/team_signup_with_sso.jsx
parentab7b36089cbe781273fbfc15341b5276c8b3e34b (diff)
downloadchat-ad346f8734f5419067c4988f118281955516a356.tar.gz
chat-ad346f8734f5419067c4988f118281955516a356.tar.bz2
chat-ad346f8734f5419067c4988f118281955516a356.zip
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) {