Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.99.0rc1 | Erik Johnston | 2024-01-09 | 1 | -1/+0 |
| | |||||
* | Fix email verification redirection (#16761) | FadhlanR | 2024-01-02 | 1 | -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. |