Skip to content

Instantly share code, notes, and snippets.

@Athira2199
Last active February 15, 2021 06:58
Show Gist options
  • Save Athira2199/e7b09a9227e3ee712d38d0464ece2130 to your computer and use it in GitHub Desktop.
Save Athira2199/e7b09a9227e3ee712d38d0464ece2130 to your computer and use it in GitHub Desktop.
if(!await User.emailIdAlreadyTaken(email)){
console.log("Email id already taken")
}
else{
console.log("Eligible for account creation")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment