Improve the frontend modals

This commit is contained in:
Urtzi Alfaro
2025-10-27 16:33:26 +01:00
parent 61376b7a9f
commit 858d985c92
143 changed files with 9289 additions and 2306 deletions

View File

@@ -35,7 +35,7 @@ class AuthServiceClient(BaseServiceClient):
"""
try:
# Use the service endpoint that accepts user_id as parameter
result = await self.get(f"/{user_id}/onboarding/progress")
result = await self.get(f"/users/{user_id}/onboarding/progress")
if result:
logger.info("Retrieved user onboarding progress",