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
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>`,
51
+
subject: `Verify your ${host} account`,
52
+
html: `<p>Click below to verify your account on ${host}:</p><p><a href="${link}">Verify my account</a></p><p>Confirm on the same device that requested this email. Linked devices stay connected. Expires in 30 minutes. If you didn't request this, ignore it.</p>`,
@@ -43,7 +45,7 @@ export async function GET(req: NextRequest) {
43
45
</head>
44
46
<body>
45
47
<h1>Verify your account</h1>
46
-
<p>Confirm on <strong>the same device</strong> that requested this email. This verifies your account — it does not link other devices.</p>
48
+
<p>Confirm on <strong>the same device</strong> that requested this email. Your linked devices stay connected — this makes this device the verified primary for the group.</p>
0 commit comments