summaryrefslogtreecommitdiffstats
path: root/web/templates/login.html
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-07-22 15:32:39 -0400
committerJoramWilander <jwawilander@gmail.com>2015-07-22 15:32:39 -0400
commit56a0a7d1e1fbd9405559a9c6e32962155d9cc562 (patch)
tree512a3d4c6fae6225ce9a1716b94c70f59b5bdcfb /web/templates/login.html
parent41bbbbf4462205348c978a2cce5162f73e35f6b7 (diff)
downloadchat-56a0a7d1e1fbd9405559a9c6e32962155d9cc562.tar.gz
chat-56a0a7d1e1fbd9405559a9c6e32962155d9cc562.tar.bz2
chat-56a0a7d1e1fbd9405559a9c6e32962155d9cc562.zip
only show gitlab signup/login links if gitlab oauth is turned on
Diffstat (limited to 'web/templates/login.html')
-rw-r--r--web/templates/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/login.html b/web/templates/login.html
index 24cebec8f..4b2813358 100644
--- a/web/templates/login.html
+++ b/web/templates/login.html
@@ -20,7 +20,7 @@
</div>
</div>
<script>
-window.setup_login_page({{.Props.TeamDisplayName}}, {{.Props.TeamName}});
+window.setup_login_page('{{.Props.TeamDisplayName}}', '{{.Props.TeamName}}', '{{.Props.AuthServices}}');
</script>
</body>
</html>