Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions pages/auth/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,13 @@ export default function AuthPage() {
<div className="text-center">{errorMsg}</div>
{/* !change if needed */}
{/* Uncomment to allow resend verification email option (users could spam) */}
{/* {sendVerification && (
<div className='flex justify-center'>
<button className="underline" onClick={() => sendVerificationEmail()}>
Resend verification
</button>
</div>
)} */}
{sendVerification && (
<div className="flex justify-center">
<button className="underline" onClick={() => sendVerificationEmail()}>
Resend verification
</button>
</div>
)}
<div className="text-center text-white font-bold opacity-50 text-xl">or</div>
<button
className="submit px-4 py-2 w-full rounded-md shadow-md input my-4 text-lg font-bold hover:shadow-lg hover:brightness-[1.3] text-left flex items-center"
Expand Down