Skip to content

Instantly share code, notes, and snippets.

@haroonkhan9426
Last active May 27, 2020 14:20
Show Gist options
  • Save haroonkhan9426/bf3058a00ab16d3d79fd57e88a841aed to your computer and use it in GitHub Desktop.
Save haroonkhan9426/bf3058a00ab16d3d79fd57e88a841aed to your computer and use it in GitHub Desktop.
enum AuthResultStatus {
successful,
emailAlreadyExists,
wrongPassword,
invalidEmail,
userNotFound,
userDisabled,
operationNotAllowed,
tooManyRequests,
undefined,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment