Skip to content

Commit

Permalink
fix: add email_address_invalid error code
Browse files Browse the repository at this point in the history
  • Loading branch information
kangmingtay committed Dec 12, 2024
1 parent 9f32d30 commit d289aaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/error-codes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,4 @@ export type ErrorCode =
| 'mfa_verified_factor_exists'
| 'invalid_credentials'
| 'email_address_not_authorized'
| 'email_address_invalid'

0 comments on commit d289aaf

Please sign in to comment.