diff --git a/emails/login.tsx b/emails/login.tsx
index 8736652..1b8d493 100644
--- a/emails/login.tsx
+++ b/emails/login.tsx
@@ -38,7 +38,7 @@ export default function LoginEmail({ otp = "123456" }: { otp: string }) {
}}
>
- Your autorication code to log in to Events
+ Your authorization code to log in to Events
{/* Some of the more jank classes I've written */}
-
- {otp}
+
+ {otp.slice(0, 5)}
+ {otp.slice(5)}
-
- You can safly ignore this email if you did not request this login
+ You can safely ignore this email if you did not request this login
code.
diff --git a/out/login.html b/out/login.html
index 4204446..d236756 100644
--- a/out/login.html
+++ b/out/login.html
@@ -10,4 +10,4 @@
* {
font-family: 'Inter', sans-serif;
}
- Your autorication code to log in to Events
EventsVerify Your IdentityEnter the following code to finish logging in.123456 You can safly ignore this email if you did not request this login code. |