mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-14 11:57:44 +00:00
eabedd9520
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.
1 line
No EOL
72 B
Text
1 line
No EOL
72 B
Text
Fix email verification redirection. Contributed by Fadhlan Ridhwanallah. |