Hi
Ive got a flutterflow application with a login screen that asks for an email and a password for authentication with my Supabase backend.
I want to add a forgot password to my login screen.
Ive got the reset password working where my flutterflow tells supabase to send a reset password email to my user but I can't work out how the user would then change/update their password.
Any help would be very welcome
Thank you