Fix manual signup redirect loop
Adjusted the profile completion flow to only prompt for additional information (name and WhatsApp) when a user signs up via Google. Manually registered users will now be directly redirected to the dashboard after login, as their necessary information is already captured during manual registration.
This commit is contained in:
parent
01ae3d877b
commit
dc896299ca
3
.env
Normal file
3
.env
Normal file
@ -0,0 +1,3 @@
|
||||
VITE_SUPABASE_PROJECT_ID="tnurlgbvfsxwqgwxamni"
|
||||
VITE_SUPABASE_PUBLISHABLE_KEY="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InRudXJsZ2J2ZnN4d3Fnd3hhbW5pIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDQ5MTQ1OTksImV4cCI6MjA2MDQ5MDU5OX0.9__EQiZDJ954SmeeJIDTQjOYDjiiRcppai1e8UpuOl4"
|
||||
VITE_SUPABASE_URL="https://tnurlgbvfsxwqgwxamni.supabase.co"
|
||||
Loading…
Reference in New Issue
Block a user