summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
Diffstat (limited to 'synapse')
-rw-r--r--synapse/res/templates/sso_auth_confirm.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/res/templates/sso_auth_confirm.html b/synapse/res/templates/sso_auth_confirm.html
index 790470fb59..2099c2f1f8 100644
--- a/synapse/res/templates/sso_auth_confirm.html
+++ b/synapse/res/templates/sso_auth_confirm.html
@@ -20,7 +20,7 @@
             </strong></p>
         </header>
         <main>
-            <a href="{{ redirect_url }}" class="primary-button"/>
+            <a href="{{ redirect_url }}" class="primary-button">
                 Continue with {{ idp.idp_name }}
             </a>
         </main>