Start integrating the onboarding flow with backend 1

This commit is contained in:
Urtzi Alfaro
2025-09-03 18:29:56 +02:00
parent a55d48e635
commit a11fdfba24
31 changed files with 1202 additions and 1142 deletions

View File

@@ -8,9 +8,9 @@ export const MOCK_CONFIG = {
MOCK_MODE: true,
// Component-specific toggles
MOCK_REGISTRATION: true,
MOCK_AUTHENTICATION: true,
MOCK_ONBOARDING_FLOW: true,
MOCK_REGISTRATION: false, // Now using real backend
MOCK_AUTHENTICATION: false, // Now using real backend
MOCK_ONBOARDING_FLOW: true, // Keep onboarding mock for now
// Mock user data
MOCK_USER: {