budget-view-finance/src
gpt-engineer-app[bot] 9427d396b6 Fix Google OAuth redirect in production
The Google OAuth redirect was failing in production due to `window.location.origin` resolving to `localhost:3000`. This commit fixes the redirect logic in `src/components/auth/SocialLoginButtons.tsx` and updates the `public.handle_new_user()` function via a SQL migration (`supabase/migrations/20250621141237-fix-google-user-data.sql`) to capture the user's name from Google metadata.
2025-06-21 14:19:52 +00:00
..
components Fix Google OAuth redirect in production 2025-06-21 14:19:52 +00:00
constants Fix: Apply n8n workflow modifications 2025-06-19 09:19:42 +00:00
data feat: Create finance dashboard 2025-05-17 23:25:52 +00:00
hooks Implement authentication flow 2025-06-21 12:30:18 +00:00
integrations/supabase Refine user registration flow 2025-06-19 21:41:33 +00:00
lib Use tech stack vite_react_shadcn_ts 2025-05-17 23:22:05 +00:00
pages Implement authentication flow 2025-06-21 12:30:18 +00:00
services Fix: Resolve localStorage import error 2025-06-21 12:09:35 +00:00
stores Implement authentication flow 2025-06-21 12:30:18 +00:00
types Reverted to commit aeb9fa261d 2025-06-20 16:50:23 +00:00
utils Run SQL to create credit card tables. 2025-06-11 00:33:12 +00:00
App.css Fix: Ensure responsiveness across devices 2025-05-18 00:16:01 +00:00
App.tsx Implement authentication flow 2025-06-21 12:30:18 +00:00
index.css Fix: Ensure responsiveness across devices 2025-05-18 00:16:01 +00:00
main.tsx Fix: Resolve module import error 2025-05-21 17:50:06 +00:00
vite-env.d.ts Use tech stack vite_react_shadcn_ts 2025-05-17 23:22:05 +00:00