diff --git a/controllers/front/AuthController.php b/controllers/front/AuthController.php index 694dcda0d..e80b6eafc 100644 --- a/controllers/front/AuthController.php +++ b/controllers/front/AuthController.php @@ -649,6 +649,7 @@ class AuthControllerCore extends FrontController */ protected function updateContext(Customer $customer) { + $this->context->customer = $customer; $this->context->smarty->assign('confirmation', 1); $this->context->cookie->id_customer = (int)$customer->id; $this->context->cookie->customer_lastname = $customer->lastname;