supabase / auth

A JWT based API for managing users and issuing JWT tokens
https://supabase.com/docs/guides/auth
MIT License
1.51k stars 370 forks source link

Email subject line has escape character added #1361

Open cdimitroulas opened 10 months ago

cdimitroulas commented 10 months ago

Bug report

Describe the bug

When an email template contains a ' (single quote) character in the subject, the rendered subject in the real email contains an escape character.

To Reproduce

Configure an email template to have a subject with a ' character in it.

Expected behavior

The email subject should be rendered identically to how it is entered in the Supabase UI.

Screenshots

Screenshot 2023-12-20 at 18 09 40 Screenshot 2023-12-20 at 18 09 47

System information

rajivharlalka commented 9 months ago

image Could replicate the issue, and seems this is a bug, If confirmed, I would like to work on it.

piersonmarks commented 1 week ago

+1 would like to see this fixed!