summary refs log tree commit diff
path: root/changelog.d/16761.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.99.0rc1Erik Johnston2024-01-091-1/+0
|
* Fix email verification redirection (#16761)FadhlanR2024-01-021-0/+1
Previously, the response status of `HTMLResource` was hardcoded as `200`. However, for proper redirection after the user verifies their email, we require the status to be `302`. This PR addresses that issue by using `code` as response status.