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(gotrue): allow refreshSession with refreshToken when no current session exists
Remove redundant check that required currentSession.accessToken to exist.
The method now correctly works when a refreshToken is provided as a
parameter, even if there's no current session. The existing null check
for the refresh token is sufficient to handle both cases.
Fixes#1261
0 commit comments