-
- Downloads
Merge branch 'feature/role' into 'dev'
Move back cookie fetch to SignInForm. Role fetched and saved into a Context. Small refactorings. See merge request !43
No related branches found
No related tags found
Showing
- src/App.tsx 18 additions, 32 deletionssrc/App.tsx
- src/api/PrivateRoute/PrivateRoute.tsx 16 additions, 12 deletionssrc/api/PrivateRoute/PrivateRoute.tsx
- src/api/routes.ts 1 addition, 0 deletionssrc/api/routes.ts
- src/api/userRoles.ts 1 addition, 0 deletionssrc/api/userRoles.ts
- src/components/AuthUser/AuthContext.tsx 14 additions, 0 deletionssrc/components/AuthUser/AuthContext.tsx
- src/components/AuthUser/ChoseRole/ChoseRole.test.tsx 10 additions, 0 deletionssrc/components/AuthUser/ChoseRole/ChoseRole.test.tsx
- src/components/AuthUser/ChoseRole/ChoseRole.tsx 39 additions, 0 deletionssrc/components/AuthUser/ChoseRole/ChoseRole.tsx
- src/components/AuthUser/Homepage/HomePage.tsx 0 additions, 132 deletionssrc/components/AuthUser/Homepage/HomePage.tsx
- src/components/AuthUser/SignInForm/SignInForm.tsx 22 additions, 2 deletionssrc/components/AuthUser/SignInForm/SignInForm.tsx
- src/index.tsx 1 addition, 1 deletionsrc/index.tsx
Loading
Please register or sign in to comment