Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a831d120 authored by theronakpatel's avatar theronakpatel
Browse files

remove later only

parent 08ff5640
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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;