budget-view-finance/src/components/auth
gpt-engineer-app[bot] 4950dae761 Fix: Enforce profile completion and webhook trigger
The user reported that the app allows navigation without completing the profile (Name, WhatsApp) after Google login, and the N8N webhook is not triggered. This commit addresses these issues by ensuring the `/complete-profile` page is shown until the required data is provided, and the `sendNewUserWebhook` is called after successful profile completion.
2025-06-21 14:25:52 +00:00
..
AuthSecurityFeatures.tsx Implement authentication improvements. 2025-06-21 12:19:11 +00:00
LoginForm.tsx Apply SQL migration 2025-06-15 20:40:16 +00:00
ProtectedRoute.tsx Fix: Enforce profile completion and webhook trigger 2025-06-21 14:25:52 +00:00
RegisterForm.tsx Implement authentication improvements. 2025-06-21 12:19:11 +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