You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix MetadataFields text field values being lost in SupaEmailAuth widget (Fixes#113) (#114)
* Fix metadata field value persistence in SupaEmailAuth widget
Implement == operator and hashCode getter in MetaDataField class
Update _SupaEmailAuthState to use MetaDataField.key as map key
Modify related methods to work with new map structure
Ensure consistent hashing and correct retrieval of TextEditingControllers
Resolve issue of losing metadata field values during widget lifecycle
This change prevents the loss of user input in custom metadata fields
by ensuring proper object equality and consistent map key usage.
* Remove unecessary equality operator override and hashcode getter.
0 commit comments