mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Escape the error description on the sso_error template. (#8405)
This commit is contained in:
parent
fec6f9ac17
commit
31acc5c309
1
changelog.d/8405.feature
Normal file
1
changelog.d/8405.feature
Normal file
@ -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…
Reference in New Issue
Block a user