Skip to content

Commit

Permalink
Update auth-schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkinde authored Jan 23, 2025
1 parent db7d71a commit e8aad83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions auth-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1528,6 +1528,9 @@
"user_suspended": {
"type": "string"
},
"login_link_expired": {
"type": "string"
},
"unknown_error": {
"type": "string"
},
Expand All @@ -1553,6 +1556,7 @@
"operation_not_permitted",
"invitation_email_mismatch",
"email_domain_not_allowed",
"login_link_expired",
"invitation_expired",
"user_suspended",
"unknown_error",
Expand Down

0 comments on commit e8aad83

Please sign in to comment.