summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-07-28 11:36:33 -0400
committerJoramWilander <jwawilander@gmail.com>2015-07-28 11:36:33 -0400
commitff362b77929cbb65f941e14144472f7d6ca9d430 (patch)
treeb73959bb91bcba83fd7b482e214a3c96c832a102 /web/templates
parent120ca016626bcb3e95090280b7a1d02c6588b6a8 (diff)
downloadchat-ff362b77929cbb65f941e14144472f7d6ca9d430.tar.gz
chat-ff362b77929cbb65f941e14144472f7d6ca9d430.tar.bz2
chat-ff362b77929cbb65f941e14144472f7d6ca9d430.zip
updates to sign-up flow, remove company name and marketing checkbox
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/signup_team_complete.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/signup_team_complete.html b/web/templates/signup_team_complete.html
index 674e54ee2..041889435 100644
--- a/web/templates/signup_team_complete.html
+++ b/web/templates/signup_team_complete.html
@@ -19,7 +19,7 @@
</div>
</div>
<script>
-window.setup_signup_team_complete_page('{{.Props.Email}}', '{{.Props.DisplayName}}', '{{.Props.Data}}', '{{.Props.Hash}}');
+window.setup_signup_team_complete_page('{{.Props.Email}}', '{{.Props.Data}}', '{{.Props.Hash}}');
</script>
</body>
</html>