From c01916c52a99ad549c1f04db970ca608fb636934 Mon Sep 17 00:00:00 2001 From: David Arranz Date: Fri, 30 Aug 2024 10:29:57 +0200 Subject: [PATCH] . --- modules/auth/auth.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/auth/auth.controller.js b/modules/auth/auth.controller.js index f94a000..ff18a6a 100644 --- a/modules/auth/auth.controller.js +++ b/modules/auth/auth.controller.js @@ -328,7 +328,7 @@ async function getOrCreateUser(req, res, next) { //creamos o recuperamos el usuario teniendo en cuenta que pude venir por APP o WEB //si viene por web se tendra en cuenta el email y si viene por APP el phone para buscar try { - console.log('req.user>>>>>>>>', req.user); + console.log('req.user>>>>>>>>', dataUser); //CHAPUZA PARA PODER DAR DE ALTA USUARIOS CON EL MISMO CORREO ELECTRONICO, PERO DISTINTO NOMBRE Y APELLIDO. if (req.user) //web {