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

Commit 0e08ec07 authored by Ronak Patel's avatar Ronak Patel
Browse files

comment

parent 0b1de4d6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ class UserController extends ApiController {
		if ($this->l10nFactory->languageExists(null, $userLanguage)) {
			$this->config->setUserValue($uid, 'core', 'lang', $userLanguage);
		}
		$this->userService->sendWelcomeEmail($uid, $email);
		// $this->userService->sendWelcomeEmail($uid, $email);
		$this->config->setUserValue($uid, 'terms_of_service', 'tosAccepted', intval($tosAccepted));
		$recoveryEmailUpdated = $this->userService->setRecoveryEmail($uid, $recoveryEmail);
		if (!$recoveryEmailUpdated) {