summaryrefslogtreecommitdiffstats
path: root/web/templates/verify.html
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-07-29 16:17:20 -0400
committerChristopher Speller <crspeller@gmail.com>2015-07-30 08:53:20 -0400
commit6222d2cb3040b5c64c7cdf6a2724e694351442d6 (patch)
tree8c83c9ab7acf968b63b266e3e28ba5741ebd7b53 /web/templates/verify.html
parent0f54233f668901fde880f18354f406b981fc4d6d (diff)
downloadchat-6222d2cb3040b5c64c7cdf6a2724e694351442d6.tar.gz
chat-6222d2cb3040b5c64c7cdf6a2724e694351442d6.tar.bz2
chat-6222d2cb3040b5c64c7cdf6a2724e694351442d6.zip
Fixing links for signup from team invite link. Enter now advances signup_user_complete screen. Signin now link now redirects properly.
Diffstat (limited to 'web/templates/verify.html')
-rw-r--r--web/templates/verify.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/verify.html b/web/templates/verify.html
index a61964bb3..de839db68 100644
--- a/web/templates/verify.html
+++ b/web/templates/verify.html
@@ -9,7 +9,7 @@
</div>
</div>
<script>
- window.setup_verify_page('{{ .Props.IsVerified }}');
+ window.setupVerifyPage('{{.Props.IsVerified}}', '{{.Props.TeamURL}}', '{{.Props.UserEmail}}');
</script>
</body>
</html>