summaryrefslogtreecommitdiffstats
path: root/web/react/components/login.jsx
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-07-22 10:12:28 -0400
committerJoramWilander <jwawilander@gmail.com>2015-07-22 10:12:28 -0400
commit62c0603c50c7cc85003fb03ed55d1a585c32dc34 (patch)
treec5f230f7ba2d61da9a50eeafe88a7b5530025f8d /web/react/components/login.jsx
parent03528b9619747b8bd184b852497dcf14ee1e0081 (diff)
downloadchat-62c0603c50c7cc85003fb03ed55d1a585c32dc34.tar.gz
chat-62c0603c50c7cc85003fb03ed55d1a585c32dc34.tar.bz2
chat-62c0603c50c7cc85003fb03ed55d1a585c32dc34.zip
merged with new team domain changes and added signup/login links for gitlab
Diffstat (limited to 'web/react/components/login.jsx')
-rw-r--r--web/react/components/login.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/login.jsx b/web/react/components/login.jsx
index 3fdaac32b..908e10f31 100644
--- a/web/react/components/login.jsx
+++ b/web/react/components/login.jsx
@@ -113,7 +113,7 @@ module.exports = React.createClass({
<button type="submit" className="btn btn-primary">Sign in</button>
</div>
<div className="form-group form-group--small">
- <span><a href="#">{"Log in with GitLab"}</a></span>
+ <span><a href={"/"+teamName+"/login/gitlab"}>{"Log in with GitLab"}</a></span>
</div>
<div className="form-group form-group--small">
<span><a href="/find_team">{"Find other " + strings.TeamPlural}</a></span>