Skip to content
Snippets Groups Projects

Polished auth flow including ReservedRoute and role selection.

Merged Defendi Alberto requested to merge feature/privateroute/role into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -9,7 +9,7 @@ export const ProfilePage: FC = () => {
const logout = (): void => {
axios
.post('/api/web/login/logout')
.get('/api/web/login/logout')
.then(() => history.replace(NonAuthRoutes.home));
};
Loading