From 351845452c09a3f43add4bf9fa04b36ddda1bea8 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <richard@matrix.org> Date: Mon, 1 Feb 2021 18:47:01 +0000 Subject: [PATCH] fix broken HTML tag --- synapse/res/templates/sso_auth_confirm.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- GitLab