💬 Update email templates (#562)

This commit is contained in:
Luke Vella 2023-03-15 08:08:05 +00:00 committed by GitHub
parent 7470cfecdf
commit 8c6c3e4885
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 22 additions and 56 deletions

View file

@ -73,7 +73,7 @@ export const auth = router({
await sendEmail("RegisterEmail", {
to: input.email,
subject: "Complete your registration",
subject: "Please verify your email address",
props: {
code,
name: input.name,