Fix: Slot reservation only after successful email validation

- Move email validation before slot reservation in backend
- Remove duplicate frontend email validation
- Slots are no longer blocked by failed booking attempts
- Clean up unused email error UI components
- Ensure slots remain available if email validation fails
This commit is contained in:
2025-10-02 13:39:13 +02:00
parent 73cf733c5f
commit 5baa231d3c
5 changed files with 64 additions and 48 deletions

View File

@@ -15,4 +15,5 @@ services:
retries: 3
start_period: 40s
environment:
- NODE_ENV=development
- NODE_ENV=production
- DISABLE_DUPLICATE_CHECK=true