summary refs log tree commit diff
path: root/changelog.d/5659.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Inline issue_access_token (#5659)Richard van der Hoff2019-07-111-0/+1
this is only used in one place, so it's clearer if we inline it and reduce the API surface. Also, fixes a buglet where we would create an access token even if we were about to block the user (we would never return the AT, so the user could never use it, but it was still created and added to the db.)