refactor(v1 cleanup): added in removal of localstoage items from v1

This commit is contained in:
2025-04-21 07:46:24 -05:00
parent b42b8a4c83
commit f44e5a87e7
5 changed files with 57 additions and 7 deletions

View File

@@ -23,6 +23,13 @@ export const SessionProvider = ({
fetchUserRoles();
fetchSubModules();
}, []);
//temp
localStorage.removeItem("ally-supports-cache");
localStorage.removeItem("auth-storage");
localStorage.removeItem("nextauth.message");
localStorage.removeItem("prod");
localStorage.removeItem("card-storage");
return (
<QueryClientProvider client={queryClient}>
{children}