1
0
Fork 0
mirror of synced 2024-06-28 19:20:25 +12:00

Formatting

This commit is contained in:
navjotNSK 2024-02-24 18:51:00 +05:30 committed by Torsten Dittmann
parent 3a8c5a2e65
commit cab2233816

View file

@ -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)