Skip to content

Commit 232f133

Browse files
authored
fix: add email_address_invalid error code (#994)
1 parent 089c687 commit 232f133

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/error-codes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,4 @@ export type ErrorCode =
8787
| 'mfa_verified_factor_exists'
8888
| 'invalid_credentials'
8989
| 'email_address_not_authorized'
90+
| 'email_address_invalid'

0 commit comments

Comments
 (0)