Skip to content

Commit

Permalink
✏️ some typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultleouay committed Jun 4, 2024
1 parent 722c88e commit 030f4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/lib/auth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const { handlers, signIn, signOut, auth } = NextAuth({

await sendEmail({
from: "Thibault Le Ouay Ducasse <[email protected]>",
subject: "Level up your website and API monitoring.",
subject: "Welcome to OpenStatus.",
to: [params.user.email],
react: WelcomeEmail(),
});
Expand Down

0 comments on commit 030f4e4

Please sign in to comment.