mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
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