From aad973a9c724db4e81d41decf4d2b4a3c476897d Mon Sep 17 00:00:00 2001 From: Marco Gallegos Date: Mon, 15 Dec 2025 14:17:30 -0600 Subject: [PATCH] feat: Replace UUID with secure short ID generation for record IDs in webhook payload --- modules/onboarding.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/onboarding.py b/modules/onboarding.py index 553c0ef..0b4177b 100644 --- a/modules/onboarding.py +++ b/modules/onboarding.py @@ -251,8 +251,7 @@ async def manejar_flujo(update: Update, context: ContextTypes.DEFAULT_TYPE, esta # Laboral CIUDAD_RESIDENCIA: { - "texto": "¡Excelente! Coahuila es territorio Vanity 🌵.\n\n" - "🔎 *Rol dentro del equipo*\n" + "texto": "🔎 *Rol dentro del equipo*\n" "Elige la opción que mejor describa tu posición:\n" "• *Belleza* — servicios de estética y spa\n" "• *Staff (Recepción)* — agenda y atención a clientes\n"