We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a6be5 commit a0a9702Copy full SHA for a0a9702
1 file changed
templates/auth_error.html
@@ -11,6 +11,10 @@
11
<body>
12
<h2>Login Failure</h2>
13
<dl>
14
+ {#
15
+ Flask automatically escapes these unsafe input, so we do not have to.
16
+ See also https://flask.palletsprojects.com/en/2.0.x/templating/#jinja-setup
17
+ #}
18
<dt>{{ result.get("error") }}</dt>
19
<dd>{{ result.get("error_description") }}</dd>
20
</dl>
0 commit comments