Loading lib/Controller/AccountController.php +1 −5 Original line number Diff line number Diff line Loading @@ -156,11 +156,7 @@ class AccountController extends Controller { $this->session->remove(self::SESSION_USERNAME_CHECK); $this->session->remove(self::CAPTCHA_VERIFIED_CHECK); try { $this->userService->addUsernameToCommonDataStore($username); } catch (Exception $e) { $this->logger->logException($e, ['app' => Application::APP_ID]); } $response->setStatus(200); $response->setData(['success' => true]); Loading Loading
lib/Controller/AccountController.php +1 −5 Original line number Diff line number Diff line Loading @@ -156,11 +156,7 @@ class AccountController extends Controller { $this->session->remove(self::SESSION_USERNAME_CHECK); $this->session->remove(self::CAPTCHA_VERIFIED_CHECK); try { $this->userService->addUsernameToCommonDataStore($username); } catch (Exception $e) { $this->logger->logException($e, ['app' => Application::APP_ID]); } $response->setStatus(200); $response->setData(['success' => true]); Loading