"isAuthenticated" re-evaluates from false to true when not using social connection

I am using auth0 in conjunction with react
When I am authenticated after typing an email address manually, the “isAuthenticated” property re-evaluates from false to true after a page refresh. However when I log in through the social connection method like google, and I refresh the page, isAuthenticated is evaluated and stays at “false”. Is this expected behaviour?

Is there a way to keep the value of “isAuthenticated” at false when refreshing the page in the case where the user types an email address manually to authenticate?