fix: authentication

This commit is contained in:
nafees nazik
2023-08-27 07:10:41 +05:30
parent 70a5105783
commit 615cb263fb
2 changed files with 14 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
export const ErrorCodes = {
IncorrectEmailPassword: 'incorrect-email-password',
UserMissingPassword: 'missing-password',
CredentialsNotFound: 'credentials-not-found',
} as const;