diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-09-25 11:05:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-25 11:05:54 -0400 |
commit | 31acc5c30938bd532670d45304f6750de6e6e759 (patch) | |
tree | e84ad896bb9d5160ed28f4a6faee2aff9251323f /changelog.d | |
parent | Fix occasional "Re-starting finished log context" from keyring (#8398) (diff) | |
download | synapse-31acc5c30938bd532670d45304f6750de6e6e759.tar.xz |
Escape the error description on the sso_error template. (#8405)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8405.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8405.feature b/changelog.d/8405.feature new file mode 100644 index 0000000000..f3c4a74bc7 --- /dev/null +++ b/changelog.d/8405.feature @@ -0,0 +1 @@ +Consolidate the SSO error template across all configuration. |