fix: authentication

This commit is contained in:
nafees nazik
2023-08-27 07:10:41 +05:30
committed by Mythie
parent d0def823c8
commit 7a74f3c77e
2 changed files with 14 additions and 6 deletions

View File

@ -0,0 +1,5 @@
export const ErrorCodes = {
IncorrectEmailPassword: 'incorrect-email-password',
UserMissingPassword: 'missing-password',
CredentialsNotFound: 'credentials-not-found',
} as const;