Polished auth flow including ReservedRoute and role selection.
Compare changes
- Defendi Alberto authored
@@ -4,11 +4,10 @@ import { AuthRoutes } from 'api/routes';
@@ -25,23 +24,11 @@ export const RestrictedRoute = ({ Component, path }: Props): JSX.Element => {