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
When using onSuccess callback on SupaSocialsAuth, it runs twice which leads to unexpected behaviors if want to redirect back to other screens, or trigger additional events.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Setup SupaSocialsAuth and sign in
Use onSuccess callback
Use print/log the session. Show twices
Expected behavior
onSuccess should call only one time after sign in successfully
System information
OS: macOS
Device: iPhone 13 Pro Max
supabase_auth_ui: ^0.5.4
Flutter (Channel stable, 3.24.3, on macOS 15.0.1 24A348 darwin-arm64)
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
When using onSuccess callback on SupaSocialsAuth, it runs twice which leads to unexpected behaviors if want to redirect back to other screens, or trigger additional events.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
SupaSocialsAuth
and sign inExpected behavior
onSuccess should call only one time after sign in successfully
System information
The text was updated successfully, but these errors were encountered: