summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2021-02-01 18:47:01 +0000
committerRichard van der Hoff <richard@matrix.org>2021-02-01 18:47:01 +0000
commit351845452c09a3f43add4bf9fa04b36ddda1bea8 (patch)
treefa54aa66f8bcb3f452b1a00e7e41fb844f32c439
parentmake primary button not wider than viewport (diff)
downloadsynapse-351845452c09a3f43add4bf9fa04b36ddda1bea8.tar.xz
fix broken HTML tag
-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 d572ab87f7..c70d690035 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 | e }}" class="primary-button"/> + <a href="{{ redirect_url | e }}" class="primary-button"> Continue with {{ idp.idp_name | e }} </a> </main>