dotkernel / api

DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
https://docs.dotkernel.org/api-documentation/
MIT License
35 stars 5 forks source link

Nesting tag issue in templates #50

Closed bidi47 closed 3 years ago

bidi47 commented 3 years ago

the

tag doesn't accept nesting. remove the < p > tags before the 'Hi' line and the < /p > after it

recover-identity-requested.html.twig `

Hi {{ user.detail.firstname ?? user.getDetail().getEmail() ?? user.getIdentity() }},

</p>`

reset-password-requested.html.twig `

Hi {{ user.detail.firstname ?? user.identity }},

</p>`
arhimede commented 3 years ago

@Jurj-Bogdan pelase check in admin and in frontend if we have the same issue too