diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-02-04 09:06:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-04 09:06:20 -0500 |
commit | 2ab6e67ab73ff4ed0264116853a3eaf66a66d3ba (patch) | |
tree | c711db0c63ec9e2289039df5a0d492d33e16177d /changelog.d | |
parent | Add experimental support for PyPy. (#9123) (diff) | |
download | synapse-2ab6e67ab73ff4ed0264116853a3eaf66a66d3ba.tar.xz |
Fix escaping of braces in OIDC sample config. (#9317)
This fixes the Jinja2 templates for the mapping provider.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9317.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9317.doc b/changelog.d/9317.doc new file mode 100644 index 0000000000..f4d508e090 --- /dev/null +++ b/changelog.d/9317.doc @@ -0,0 +1 @@ +Fix the braces in the `oidc_providers` section of the sample config. |