Skip to content

Commit

Permalink
Merge pull request #121 from kinde-oss/davidkinde-patch-2
Browse files Browse the repository at this point in the history
Link expired messages
  • Loading branch information
DaveOrDead authored Jan 23, 2025
2 parents db7d71a + a3f340c commit 9f6a007
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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
3 changes: 2 additions & 1 deletion en/auth.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,8 @@
"organization_not_found": "The organization you are trying to sign in to does not exist.",
"invitation_already_accepted": "This invitation is no longer valid. It has either expired or has already been accepted.",
"back_to_home_button": "Back to home",
"back_to_sign_in_button": "Back to sign in"
"back_to_sign_in_button": "Back to sign in",
"login_link_expired": "This link has expired. Please go back to our login page to sign in again."
},
"account_not_found_page": {
"page_title": "Account not found",
Expand Down

0 comments on commit 9f6a007

Please sign in to comment.