Escape the error description on the sso_error template. (#8405)

code_spécifique_watcha
Patrick Cloke 4 years ago committed by GitHub
parent fec6f9ac17
commit 31acc5c309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      changelog.d/8405.feature
  2. 2
      synapse/res/templates/sso_error.html

@ -0,0 +1 @@
Consolidate the SSO error template across all configuration.

@ -12,7 +12,7 @@
<p>
There was an error during authentication:
</p>
<div id="errormsg" style="margin:20px 80px">{{ error_description }}</div>
<div id="errormsg" style="margin:20px 80px">{{ error_description | e }}</div>
<p>
If you are seeing this page after clicking a link sent to you via email, make
sure you only click the confirmation link once, and that you open the

Loading…
Cancel
Save