Increased the size of the Timer

This commit is contained in:
Tiago Ribeiro
2023-09-07 21:26:02 +01:00
parent b1461d1c04
commit af70d36b7c
3 changed files with 5 additions and 5 deletions

View File

@@ -147,7 +147,7 @@ export default function Login() {
</span>
</>
)}
{user && (
{user && !user.isVerified && (
<>
<div className="flex flex-col items-center gap-6 w-full -lg:px-8 lg:w-1/2 relative">
<h4 className="font-semibold text-2xl text-mti-purple-light">Please confirm your account!</h4>

View File

@@ -115,7 +115,7 @@ export default function Register() {
</Link>
</>
)}
{user && (
{user && !user.isVerified && (
<>
<Divider className="max-w-xs lg:max-w-md" />
<div className="flex flex-col items-center gap-6 w-full -lg:px-8 lg:w-1/2 relative">