From 830fd6e18607f710890a262d9396b694e2d50003 Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Mon, 18 Aug 2025 11:00:16 -0300 Subject: [PATCH] =?UTF-8?q?Adicionando=20pagina=C3=A7=C3=A3o=20em=20catego?= =?UTF-8?q?rias?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vendor/model/Users.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vendor/model/Users.class.php b/vendor/model/Users.class.php index 858cd57..89220ef 100644 --- a/vendor/model/Users.class.php +++ b/vendor/model/Users.class.php @@ -268,8 +268,7 @@ class Users c.document from users u left join company c on u.company_id = c.company_id - where u.email = :email - and u.company_id = 0'; + where u.email = :email '; /** Verifica se é o primeiro acesso do usuário */ if($this->firstAccess == "S"){