You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/api/auth/magic/route.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,8 @@ export async function POST(req: NextRequest) {
43
43
44
44
awaitsendMail({
45
45
to: email,
46
-
subject: "Link your worldhello.io network",
47
-
html: `<p>Click to keep your network across devices:</p><p><a href="${link}">Verify & link</a></p><p>You must confirm on the same device that requested this email. Expires in 30 minutes. If you didn't request this, ignore it.</p>`,
46
+
subject: "Verify your worldhello.io account",
47
+
html: `<p>Click below to verify your account on worldhello.io:</p><p><a href="${link}">Verify my account</a></p><p>Confirm on the same device that requested this email. This proves the network belongs to you — it is not for linking other devices. Expires in 30 minutes. If you didn't request this, ignore it.</p>`,
@@ -34,11 +37,11 @@ export async function GET(req: NextRequest) {
34
37
</style>
35
38
</head>
36
39
<body>
37
-
<h1>Link your network</h1>
38
-
<p>Confirm on <strong>the same device</strong> that requested this email. Verification keeps your referral stats if you switch browsers or devices later.</p>
40
+
<h1>Verify your account</h1>
41
+
<p>Confirm on <strong>the same device</strong> that requested this email. This verifies your account — it does not link other devices.</p>
0 commit comments