diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-07-08 14:54:22 +0100 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2019-07-08 23:54:22 +1000 |
commit | f9e99f95340c2489ab38c6782ac16440455777f3 (patch) | |
tree | c29a728523eb6c6b0d13ee31dc3571379636b1bd /changelog.d | |
parent | Move get_or_create_user to test code (#5628) (diff) | |
download | synapse-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.misc | 1 |
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. |