mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-03 09:28:25 +02:00
k
This commit is contained in:
parent
c785410a8c
commit
ea551e76a9
@ -102,6 +102,22 @@ const Page = async ({
|
||||
<div className="flex-grow border-t border-gray-300"></div>
|
||||
</div>
|
||||
<EmailPasswordForm shouldVerify={true} />
|
||||
|
||||
<div className="mt-6 w-full text-center">
|
||||
<div className="flex items-center justify-center space-x-4">
|
||||
<div className="flex-grow border-t border-gray-300"></div>
|
||||
<span className="px-4 text-sm text-gray-500 font-medium">
|
||||
First time?
|
||||
</span>
|
||||
<div className="flex-grow border-t border-gray-300"></div>
|
||||
</div>
|
||||
<Link
|
||||
href="/auth/signup"
|
||||
className="inline-block mt-3 text-blue-600 hover:text-blue-800 transition-colors duration-200 font-semibold"
|
||||
>
|
||||
Verify your email
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user