the check should be: ``` if ( !cookies.sAcces...
# support-questions
r
the check should be:
Copy code
if (
    !cookies.sAccessToken && cookies.sIdRefreshToken
  ) {...}