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

This commit is contained in:
Patrick Cloke 2020-09-25 11:05:54 -04:00 committed by GitHub
parent fec6f9ac17
commit 31acc5c309
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/8405.feature Normal file
View file

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

View file

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