Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions src/routes/app/[id]/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,15 @@ export const actions = {
<body style="font-family: Arial, sans-serif; text-align: center;">

<div style="max-width: 600px; margin: auto; padding: 20px;">
<h1 style="font-size: 48px; color: #0077b6;">Verification</h1>
<h1 style="font-size: 48px; color: #0077b6;">${confirmationCode}</h1>

<p style="font-size: 24px;">Hello ${email},</p>

<p style="line-height: 2;">
Thanks for typing in your email!
<br /> Your verification code is: ${confirmationCode}
</p>

Thanks for typing in your email! This verification code will expire in 1 hour.
</p>
<p>
This verification code will expire in 1 hour. -From Team SIL
-From Team SIL
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not needed. Please remove. Realistically, the user using this website doesn't know anything about SIL, but the app that was published.

</p>
</div>

Expand Down