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
Use safe navigation operator to conditionally check if a user exists
This is needed because we're now allowing a user to delete any of their active sessions. This means that is a user is logged into multiple devices, their session could be deleted while they're still using the application mid-request.
0 commit comments