Loading lib/Controller/AccountController.php +0 −4 Original line number Diff line number Diff line Loading @@ -184,10 +184,6 @@ class AccountController extends Controller { } try { if (empty($recoveryEmail)) { throw new RecoveryEmailValidationException('Recovery Email is required.'); } $username = mb_strtolower($username, 'UTF-8'); $mainDomain = $this->userService->getMainDomain(); $userEmail = $username.'@'.$mainDomain; Loading Loading
lib/Controller/AccountController.php +0 −4 Original line number Diff line number Diff line Loading @@ -184,10 +184,6 @@ class AccountController extends Controller { } try { if (empty($recoveryEmail)) { throw new RecoveryEmailValidationException('Recovery Email is required.'); } $username = mb_strtolower($username, 'UTF-8'); $mainDomain = $this->userService->getMainDomain(); $userEmail = $username.'@'.$mainDomain; Loading