summaryrefslogtreecommitdiffstats
path: root/webapp/components/team_signup_with_sso.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/team_signup_with_sso.jsx')
-rw-r--r--webapp/components/team_signup_with_sso.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/team_signup_with_sso.jsx b/webapp/components/team_signup_with_sso.jsx
index 9a46b2d6b..78396eea8 100644
--- a/webapp/components/team_signup_with_sso.jsx
+++ b/webapp/components/team_signup_with_sso.jsx
@@ -64,7 +64,7 @@ class SSOSignUpPage extends React.Component {
this.props.service,
(data) => {
if (data.follow_link) {
- browserHistory.push(data.follow_link);
+ window.location.href = data.follow_link;
} else {
browserHistory.push('/' + team.name + '/channels/town-square');
}