Currently, the URL for email confirmation returns a JSON with a success/failure message and some User data. This needs to have a front-end, i.e. redirect the user to a React page.
I'm not sure how feasible is redirect + toast message, but that would be preferred.
Currently, the URL for email confirmation returns a JSON with a success/failure message and some
User
data. This needs to have a front-end, i.e. redirect the user to a React page. I'm not sure how feasible is redirect + toast message, but that would be preferred.