Log in credentials lost if refresh page for certain Google Account

Hello,

I’m working on a React app using "@auth0/auth0-spa-js": "^1.5.0". I have already set up a Google API client ID to use their auth service (i.e. I am NOT using the default dev client ID). I am testing with 2 accounts: a dummy account with minimal security measures and a personal account with every security feature turned on (2 factor auth, etc.)

When I refresh my app with the dummy account, everything works fine. But when I test with my personal account, the login credentials are lost on every request. Is this expected and if so what’s the work around?

*the login credentials are lost on on every refresh