Skip to content

Conversation

@pablohennique
Copy link

The following two checks in the validateBeforeCreateAccount() function would never be accessed if both email and password are present. They are found within if (!email || !password).

  if (password.length < MIN_LENGTH_PASS) 
  if (!REGEX_EMAIL.test(email)) 

@vercel
Copy link

vercel bot commented Dec 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
example-react ❌ Failed (Inspect) Dec 12, 2024 1:24am
fullstack-react-fgt6 ❌ Failed (Inspect) Dec 12, 2024 1:24am

@vercel
Copy link

vercel bot commented Dec 12, 2024

Someone is attempting to deploy a commit to the truong9x's projects Team on Vercel.

A member of the Team first needs to authorize it.

@truongnat
Copy link
Owner

haha, sorry, i have many update, please pull again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants