Compare changes
- Defendi Alberto authored
This keeps the user logged in after tab closing, since state is stored in the server.
@@ -4,6 +4,8 @@ import { NonAuthRoutes } from 'api/routes';
@@ -35,11 +37,12 @@ export const withAuthorization = (allowedRoles: string[]) => <