Merge pull request #203 from linkwarden/dev

more concise confirmation info
This commit is contained in:
Daniel 2023-10-06 10:21:32 +03:30 committed by GitHub
commit 5a16f09599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,11 +15,12 @@ export default function EmailConfirmaion() {
<hr className="my-5 dark:border-neutral-700" /> <hr className="my-5 dark:border-neutral-700" />
<p className="text-sm text-gray-500 dark:text-gray-400"> <p className="text-sm text-gray-500 dark:text-gray-400">
If you didn&apos;t receive anything, go to the{" "} Can't find the email in your inbox? Check your spam folder or visit
the{" "}
<Link href="/forgot" className="font-bold underline"> <Link href="/forgot" className="font-bold underline">
Password Recovery Password Recovery
</Link>{" "} </Link>{" "}
page and enter your Email to resend the sign in link. page to resend the sign-in link by entering your email.
</p> </p>
</div> </div>
</CenteredForm> </CenteredForm>