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"){