Skip to content
Snippets Groups Projects
Unverified Commit eabedd95 authored by FadhlanR's avatar FadhlanR Committed by GitHub
Browse files

Fix email verification redirection (#16761)

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.
parent 0f535f2a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment