summaryrefslogtreecommitdiff
path: root/tmpl/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/login.html')
-rw-r--r--tmpl/login.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmpl/login.html b/tmpl/login.html
index 54b68d3..d4c2da1 100644
--- a/tmpl/login.html
+++ b/tmpl/login.html
@@ -48,13 +48,13 @@
<main>
<div id="login-box">
<p>
- {{- .notes -}}
+ {{- if eq .Notes "" -}}{{- .Notes -}}{{- end -}}
</p>
<p>
You have not authenticated. You must sign in to use this service.
</p>
<p>
- <a class="btn btn-primary" href="{{- .authURL -}}">Sign in with Microsoft</a>
+ <a class="btn btn-primary" href="{{- .AuthURL -}}">Sign in with Microsoft</a>
</p>
</div>
</main>