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

Commit b4c9a05f authored by Ronak Patel's avatar Ronak Patel
Browse files

Apply 1 suggestion(s) to 1 file(s)



Co-authored-by: default avatarAkhil <akhil.potukuchi@gmail.com>
parent 9266779a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,7 @@ class AccountController extends Controller {
		}
		
		try {
			if (!$recoveryEmail) {
			if (empty($recoveryEmail)) {
				throw new RecoveryEmailValidationException('Recovery Email is required.');
			}