rphlmr / supa-fly-stack

The Remix Stack for deploying to Fly with Supabase, authentication, testing, linting, formatting, etc.
MIT License
289 stars 26 forks source link

Fix Supabase breaking change on PASSWORD_RECOVERY #73

Closed rphlmr closed 1 year ago

rphlmr commented 1 year ago

On reset password we now have to listen to event === "PASSWORD_RECOVERY"

Ref: https://github.com/supabase/gotrue-js/pull/629