How to remove, local storage EXPO_CONSTANTS_INSTALLATION_ID?

I have an react native expo web app. And I have implemented the local storage token.

But when I am on the login page and I do a refresh every time there will created a local storage with key:

EXPO_CONSTANTS_INSTALLATION_ID

and value:

4002984a-d469-4d34-9f06-9d9d1c8033a3

and after refresh the application redirects to the main page. But without data(blank page). Because no user is logged in.

So, I don’t know where this value comes from?

Question: how to get rid of the automatically generated key, value from localstorage?