summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2021-02-01 18:48:11 +0000
committerRichard van der Hoff <richard@matrix.org>2021-02-01 18:48:11 +0000
commit8fee6a3ab2aa539447b2601ca1a94d387f2ad8f3 (patch)
treede0ebf554ef28b29d296fca0b45294c9ec8b7214
parentMerge branch 'social_login' into develop (diff)
parentfix broken HTML tag (diff)
downloadsynapse-8fee6a3ab2aa539447b2601ca1a94d387f2ad8f3.tar.xz
Merge branch 'social_login' into develop
-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>