Skip to content
Snippets Groups Projects
Verified Commit ec9a48de authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Descript.

parent bbc14b68
No related branches found
No related tags found
2 merge requests!56Refined auth flow and new website pages.,!45Polished auth flow including ReservedRoute and role selection.
...@@ -7,6 +7,9 @@ import { SignUpForm } from 'components/AuthUser/SignUpForm/SignUpForm'; ...@@ -7,6 +7,9 @@ import { SignUpForm } from 'components/AuthUser/SignUpForm/SignUpForm';
import { ChoseRole } from 'components/AuthUser/ChoseRole/ChoseRole'; import { ChoseRole } from 'components/AuthUser/ChoseRole/ChoseRole';
import { RestrictedRoute } from 'components/RestrictedRoute/RestrictedRoute'; import { RestrictedRoute } from 'components/RestrictedRoute/RestrictedRoute';
/**
* Keeps all components related to SignIn/SignOut logic.
*/
export const AuthUser: FC = () => { export const AuthUser: FC = () => {
const { path } = useRouteMatch(); const { path } = useRouteMatch();
return ( return (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment