fix: authentication
This commit is contained in:
5
packages/lib/next-auth/error-codes.ts
Normal file
5
packages/lib/next-auth/error-codes.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const ErrorCodes = {
|
||||
IncorrectEmailPassword: 'incorrect-email-password',
|
||||
UserMissingPassword: 'missing-password',
|
||||
CredentialsNotFound: 'credentials-not-found',
|
||||
} as const;
|
||||
Reference in New Issue
Block a user