Merge branch 'fix/authorization' into 'dev'
Fix/authorization See merge request !50
No related branches found
No related tags found
Showing
- src/App.tsx 13 additions, 21 deletionssrc/App.tsx
- src/components/AuthUser/AuthUser.tsx 2 additions, 5 deletionssrc/components/AuthUser/AuthUser.tsx
- src/components/AuthUser/ChoseRole/ChoseRole.md 7 additions, 0 deletionssrc/components/AuthUser/ChoseRole/ChoseRole.md
- src/components/AuthUser/ChoseRole/ChoseRole.tsx 1 addition, 1 deletionsrc/components/AuthUser/ChoseRole/ChoseRole.tsx
- src/components/AuthUser/SignInForm/SignInForm.tsx 0 additions, 2 deletionssrc/components/AuthUser/SignInForm/SignInForm.tsx
- src/components/Authorization/Authorization.tsx 20 additions, 4 deletionssrc/components/Authorization/Authorization.tsx
- src/hooks/useAuth.ts 28 additions, 0 deletionssrc/hooks/useAuth.ts
- src/hooks/useCookie.ts 27 additions, 0 deletionssrc/hooks/useCookie.ts
- src/hooks/useRole.ts 24 additions, 0 deletionssrc/hooks/useRole.ts
src/hooks/useAuth.ts
0 → 100644
src/hooks/useCookie.ts
0 → 100644
src/hooks/useRole.ts
0 → 100644
Please register or sign in to comment