flutter-auth-ui
flutter-auth-ui copied to clipboard
feat: Add prefilled email, password to SupaEmailAuth
What kind of change does this PR introduce?
It allows for prefilled values for email and/or password in SupaEmailAuth.
What is the current behavior?
Currently, this value can only be inserted manually by the user.
What is the new behavior?
Unchanged if prefilledEmail and prefilledPassword are not specified in the widget's constructor.
If any of these values is set, the corresponding TextEditingController will be initialized with it.