Closed kaggis closed 5 months ago
This will allow protected routes (accessed only under a valid login) that don't require a special role
Declare the protected route in App.tsx with empty table such as
<ProtectedRoute routeRoles={[]} />
This will allow protected routes (accessed only under a valid login) that don't require a special role
Declare the protected route in App.tsx with empty table such as