supabase / supabase-flutter

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
https://supabase.com/
MIT License
656 stars 154 forks source link

fix: Add newEmail to admin generateLink method #904

Closed Vinzent03 closed 1 month ago

Vinzent03 commented 1 month ago

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

newEmail is missing in the admin generateLink method

What is the new behavior?

Added newEmail parameter and improved documentation.

Additional context

close #893