summary refs log tree commit diff
path: root/changelog.d/17031.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix OIDC login regression (#17031)Erik Johnston2024-03-261-0/+1
Requests may require a User-Agent header, and the change in #16972 accidentally removed it, resulting in requests getting rejected causing login to fail.