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

Commit 213d8275 authored by Akhil's avatar Akhil 🙂
Browse files

(chore) bump version to 12.3.5

parent 13c66ed2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
	<name>Email Recovery</name>
	<summary>Email Recovery App</summary>
	<description><![CDATA[Email Recovery App]]></description>
	<version>12.3.4</version>
	<version>12.3.5</version>
	<licence>agpl</licence>
	<author mail="dev@murena.com" homepage="https://murena.com/">MURENA SAS</author>
	<namespace>EmailRecovery</namespace>
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ class EmailRecoveryController extends Controller {
			$this->recoveryEmailService->deleteRecoveryEmailReminderStartDate($userId);
			
			// If the user has been disabled due to recovery email setting we need to enable
			if (!empty($this->recoveryEmailService->getUnverifiedUserDisableAt())) {
			if (!empty($this->recoveryEmailService->getUnverifiedUserDisableAt($userId))) {
				$user->setEnabled(true);
			}