budget-view-finance/src/components/auth
gpt-engineer-app[bot] 7ba2d39ab0 Fix: AuthStore import and component props
- Corrected import of `useAuthStore` in `src/App.tsx`, `src/components/avisos/ContaRecorrenteForm.tsx`, and `src/components/avisos/ContasRecorrentesList.tsx`.
- Added `children` prop to `ProtectedRoute` and `Layout` components in `src/App.tsx`.
- Fixed type error in `src/components/layout/Layout.tsx` related to `Sidebar` props.
2025-06-23 21:41:18 +00:00
..
AuthSecurityFeatures.tsx Implement authentication improvements. 2025-06-21 12:19:11 +00:00
ConfirmationActions.tsx Refactor: Split EmailConfirmation page 2025-06-23 05:45:48 +00:00
ConfirmationStatusIcon.tsx Refactor: Split EmailConfirmation page 2025-06-23 05:45:48 +00:00
EmailConfirmationCard.tsx Refactor: Split EmailConfirmation page 2025-06-23 05:45:48 +00:00
LoginForm.tsx Fix: Redirect to dashboard after login 2025-06-23 03:38:53 +00:00
ProtectedRoute.tsx Fix: AuthStore import and component props 2025-06-23 21:41:18 +00:00
RegisterForm.tsx Fix: Incorrect redirect URL in signup 2025-06-23 06:08:36 +00:00
RegisterFormFields.tsx Refactor: Split RegisterForm.tsx into smaller components 2025-05-24 13:07:24 +00:00
SocialLoginButtons.tsx Fix Google OAuth redirect in production 2025-06-21 14:19:52 +00:00