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(auth): ensure token exists before persisting connection (#2984)
## Problem
Connections are created before the user finishes the auth flow. This can be confusing because the connections aren't marked as 'pending'.
## Solution
Don't persist the connection until we get a token.
0 commit comments