diff --git a/src/Controller/CustomerAppAPI/AuthController.php b/src/Controller/CustomerAppAPI/AuthController.php index 64dc3b4a..973c80de 100644 --- a/src/Controller/CustomerAppAPI/AuthController.php +++ b/src/Controller/CustomerAppAPI/AuthController.php @@ -186,8 +186,6 @@ class AuthController extends ApiController } else { error_log("Found existing customer user for " . $this->session->getPhoneNumber()); } - - $this->session->setCustomerUser($customer_user); } $this->em->flush(); diff --git a/src/Entity/CustomerSession.php b/src/Entity/CustomerSession.php index 125f4677..77f453aa 100644 --- a/src/Entity/CustomerSession.php +++ b/src/Entity/CustomerSession.php @@ -54,7 +54,7 @@ class CustomerSession // os version /** - * @ORM\Column(type="string", length=25) + * @ORM\Column(type="string", length=200) */ protected $os_version;