summaryrefslogtreecommitdiffstats
path: root/web/templates/verify.html
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-26 19:53:33 -0500
committer=Corey Hulen <corey@hulen.com>2016-01-26 19:53:33 -0500
commit21d51f8c9094f434afed8d23d4790aea28a4c0df (patch)
tree2d88f4544a8513b68c37debfa495e53f4fe16c08 /web/templates/verify.html
parent2b1b1e28e113f8a902f2e2f8d8a639acddbea316 (diff)
downloadchat-21d51f8c9094f434afed8d23d4790aea28a4c0df.tar.gz
chat-21d51f8c9094f434afed8d23d4790aea28a4c0df.tar.bz2
chat-21d51f8c9094f434afed8d23d4790aea28a4c0df.zip
PLT-1586 adding LDAP/OAuth to iOS
Diffstat (limited to 'web/templates/verify.html')
-rw-r--r--web/templates/verify.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/web/templates/verify.html b/web/templates/verify.html
index a49ba7930..bab329c7d 100644
--- a/web/templates/verify.html
+++ b/web/templates/verify.html
@@ -6,7 +6,16 @@
<div class="container-fluid">
<div class="inner__wrap">
<div class="row content">
- <div id="verify"></div>
+ <div class="signup-header">
+ <a href="/{{.Props.TeamName}}">{{.Props.TeamDisplayName}}</a>
+ </div>
+ <div class="col-sm-12">
+ <div class="signup-team__container">
+ <img class="signup-team-logo" src="/static/images/logo.png" />
+ <div id="verify"></div>
+ </div>
+ </div>
+ <div class="footer-push"></div>
</div>
<div class="row footer">
{{template "footer" . }}