delay / sveltekit-auth-starter

This is a Sveltekit auth starter project. It utilizes Lucia for authentication, Skeleton for ui elements, Prisma for database connectivity and type safety, Lucide for icons, inlang for translation, Zod and Superforms to handle forms and validation and Sveltekit.
https://sveltekit-auth-starter.vercel.app
MIT License
215 stars 31 forks source link

Missing template literal in email-messages.ts updateEmailAddressSuccessEmail #4

Closed jannisrichter closed 1 year ago

jannisrichter commented 1 year ago

In line 52 a normal string is used instead of a template literal resulting in the email looking like this:

Your email address for ${APP_NAME} has changed.

delay commented 1 year ago

Good catch! Thank you. I put the wrong type of quotes around the string so it wasn't interpreting the variables around the string. Thanks for very much for finding this. It is fixed now!