mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Fix render called on string
This commit is contained in:
parent
ece93a14e5
commit
08ab9b016e
1 changed files with 1 additions and 1 deletions
|
|
@ -1136,7 +1136,7 @@ App::post('/v1/account/sessions/magic-url')
|
|||
|
||||
$mails
|
||||
->setSubject($subject)
|
||||
->setBody($body->render())
|
||||
->setBody($body)
|
||||
->setVariables($emailVariables)
|
||||
->setFrom($from)
|
||||
->setRecipient($user->getAttribute('email'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue