Skip to content

Commit 0219aad

Browse files
authored
Added a warning that the signin email link might be going to spam (#2625)
1 parent 3d1785f commit 0219aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/auth/verify.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function Verify() {
1616
</Head>
1717
<div className={`flex h-full justify-center items-center ${bgColorClass}`}>
1818
<div className={bgColorClass}>
19-
<h1 className="text-lg">A sign-in link has been sent to your email address.</h1>
19+
<h1 className="text-lg">A sign-in link has been sent to your email address (likely going to spam).</h1>
2020
</div>
2121
</div>
2222
</>

0 commit comments

Comments
 (0)