Merge branch 'LC/auth' into 'main'
Added Dummy Auth See merge request ma03081/COM3014!11
Showing
- client/src/App.tsx 13 additions, 10 deletionsclient/src/App.tsx
- client/src/components/CustomerDashboard/CustomerDashboard.tsx 2 additions, 2 deletions...nt/src/components/CustomerDashboard/CustomerDashboard.tsx
- client/src/components/Header/Header.tsx 13 additions, 1 deletionclient/src/components/Header/Header.tsx
- client/src/components/Login/Login.tsx 7 additions, 1 deletionclient/src/components/Login/Login.tsx
- client/src/components/Logout/Logout.scss 30 additions, 0 deletionsclient/src/components/Logout/Logout.scss
- client/src/components/Logout/Logout.tsx 40 additions, 0 deletionsclient/src/components/Logout/Logout.tsx
- client/src/components/ProtectedRoute/ProtectedRoute.tsx 14 additions, 0 deletionsclient/src/components/ProtectedRoute/ProtectedRoute.tsx
- client/src/components/Spinner/Spinner.scss 13 additions, 0 deletionsclient/src/components/Spinner/Spinner.scss
- client/src/components/Spinner/Spinner.tsx 11 additions, 0 deletionsclient/src/components/Spinner/Spinner.tsx
- client/src/contexts/AuthContext.ts 13 additions, 0 deletionsclient/src/contexts/AuthContext.ts
- client/src/helpers/SearchParams.ts 1 addition, 1 deletionclient/src/helpers/SearchParams.ts
- client/src/hooks/useAuth.ts 6 additions, 0 deletionsclient/src/hooks/useAuth.ts
- client/src/index.scss 15 additions, 1 deletionclient/src/index.scss
- client/src/main.tsx 22 additions, 11 deletionsclient/src/main.tsx
- client/src/providers/AuthProvider.tsx 42 additions, 0 deletionsclient/src/providers/AuthProvider.tsx
Loading
Please register or sign in to comment