marmelab / ra-supabase

Supabase adapter for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.
MIT License
156 stars 27 forks source link

Missing redirection after password reset #70

Closed fzaninotto closed 2 months ago

fzaninotto commented 2 months ago

Problem

When a user asks for a password reset, they see a notification but they remain on the password reset page.

image

They have no clue about where to go next.

Solution

After the email is sent, the user should be redirected to the login page.

fzaninotto commented 2 months ago

Fixed by #75