From cab2233816a9d87c3fa8aa630cf1d7bc7c58969b Mon Sep 17 00:00:00 2001 From: navjotNSK Date: Sat, 24 Feb 2024 18:51:00 +0530 Subject: [PATCH] Formatting --- app/controllers/api/account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/account.php b/app/controllers/api/account.php index 0536f3f1b..b59ab40e0 100644 --- a/app/controllers/api/account.php +++ b/app/controllers/api/account.php @@ -2526,7 +2526,7 @@ App::post('/v1/account/recovery') $queueForMails ->setRecipient($profile->getAttribute('email', '')) - ->setName($profile->getAttribute('name','')) + ->setName($profile->getAttribute('name', '')) ->setBody($body) ->setVariables($emailVariables) ->setSubject($subject)