diff options
author | Charles Wright <cvwright@futo.org> | 2023-11-22 09:01:09 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-22 15:01:09 +0000 |
commit | 1a5f9bb651d00bd12cdfc5fbf52086d8101695c5 (patch) | |
tree | 7d8afb1a596f51d1a33cd58816698b9ac0a09eb3 /changelog.d | |
parent | Bump pyo3 (0.20), pythonize (0.20), pyo3-log (0.9) (#16673) (diff) | |
download | synapse-1a5f9bb651d00bd12cdfc5fbf52086d8101695c5.tar.xz |
Enable refreshable tokens on the admin registration endpoint (#16642)
Signed-off-by: Charles Wright <cvwright@futo.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16642.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16642.bugfix b/changelog.d/16642.bugfix new file mode 100644 index 0000000000..e83c8b4f9d --- /dev/null +++ b/changelog.d/16642.bugfix @@ -0,0 +1 @@ +Enable refreshable tokens on the admin registration endpoint. |