Skip to content

Commit

Permalink
Added a warning that the signin email link might be going to spam (#2625
Browse files Browse the repository at this point in the history
)
  • Loading branch information
yk committed Apr 16, 2023
1 parent 3d1785f commit 0219aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/auth/verify.tsx
Expand Up @@ -16,7 +16,7 @@ export default function Verify() {
</Head>
<div className={`flex h-full justify-center items-center ${bgColorClass}`}>
<div className={bgColorClass}>
<h1 className="text-lg">A sign-in link has been sent to your email address.</h1>
<h1 className="text-lg">A sign-in link has been sent to your email address (likely going to spam).</h1>
</div>
</div>
</>
Expand Down

0 comments on commit 0219aad

Please sign in to comment.