summaryrefslogtreecommitdiffstats
path: root/web/react/components/signup_user_complete.jsx
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-07-22 12:13:45 -0400
committerJoramWilander <jwawilander@gmail.com>2015-07-22 12:13:45 -0400
commit4f0364d87656138d5e262b53373706ff122f3f4c (patch)
tree6c38a8db5b4d17caf8a7ae0b03e305b77f858664 /web/react/components/signup_user_complete.jsx
parenta2bd8b8676701ee5ccf5d84a2f4fe6afb0dae4b1 (diff)
downloadchat-4f0364d87656138d5e262b53373706ff122f3f4c.tar.gz
chat-4f0364d87656138d5e262b53373706ff122f3f4c.tar.bz2
chat-4f0364d87656138d5e262b53373706ff122f3f4c.zip
added signup link verification to oauth signup flow
Diffstat (limited to 'web/react/components/signup_user_complete.jsx')
-rw-r--r--web/react/components/signup_user_complete.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/signup_user_complete.jsx b/web/react/components/signup_user_complete.jsx
index 1b1fe15fb..577651b90 100644
--- a/web/react/components/signup_user_complete.jsx
+++ b/web/react/components/signup_user_complete.jsx
@@ -119,7 +119,7 @@ module.exports = React.createClass({
<div className="form-group form-group--small">
<span></span>
</div>
- <p>{"Choose your username and password for the " + this.props.teamDisplayName + " " + strings.Team} <a href={"/"+this.props.teamName+"/signup/gitlab"}>{"or sign up with GitLab."}</a></p>
+ <p>{"Choose your username and password for the " + this.props.teamDisplayName + " " + strings.Team} <a href={"/"+this.props.teamName+"/signup/gitlab"+window.location.search}>{"or sign up with GitLab."}</a></p>
<p>Your username can be made of lowercase letters and numbers.</p>
<label className="control-label">Username</label>
<div className={ name_error ? "form-group has-error" : "form-group" }>