summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-07-08 14:54:22 +0100
committerAmber Brown <hawkowl@atleastfornow.net>2019-07-08 23:54:22 +1000
commitf9e99f95340c2489ab38c6782ac16440455777f3 (patch)
treec29a728523eb6c6b0d13ee31dc3571379636b1bd /changelog.d
parentMove get_or_create_user to test code (#5628) (diff)
downloadsynapse-f9e99f95340c2489ab38c6782ac16440455777f3.tar.xz
Factor out some redundant code in the login impl (#5639)
* Factor out some redundant code in the login impl

Also fixes a redundant access_token which was generated during jwt login.

* changelog
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5639.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5639.misc b/changelog.d/5639.misc
new file mode 100644
index 0000000000..413b13128c
--- /dev/null
+++ b/changelog.d/5639.misc
@@ -0,0 +1 @@
+Factor out some redundant code in the login implementation.