Loading lib/Controller/AccountController.php +1 −1 Original line number Diff line number Diff line Loading @@ -198,7 +198,7 @@ class AccountController extends Controller { try { if (!$this->userService->userExists($username) && !$this->userService->isUsernameTaken($username)) { $response->setStatus(200); $this->session->set('username_check_passed', true); $this->session->set(self::SESSION_USERNAME_CHECK, true); } } catch (Exception $e) { $this->logger->logException($e, ['app' => Application::APP_ID ]); Loading Loading
lib/Controller/AccountController.php +1 −1 Original line number Diff line number Diff line Loading @@ -198,7 +198,7 @@ class AccountController extends Controller { try { if (!$this->userService->userExists($username) && !$this->userService->isUsernameTaken($username)) { $response->setStatus(200); $this->session->set('username_check_passed', true); $this->session->set(self::SESSION_USERNAME_CHECK, true); } } catch (Exception $e) { $this->logger->logException($e, ['app' => Application::APP_ID ]); Loading