From e8aad83065026b85a888067de9f1e5b484fa1988 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 23 Jan 2025 10:12:32 +0000 Subject: [PATCH 1/2] Update auth-schema.json --- auth-schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/auth-schema.json b/auth-schema.json index 00ce98f..369e00a 100644 --- a/auth-schema.json +++ b/auth-schema.json @@ -1528,6 +1528,9 @@ "user_suspended": { "type": "string" }, + "login_link_expired": { + "type": "string" + }, "unknown_error": { "type": "string" }, @@ -1553,6 +1556,7 @@ "operation_not_permitted", "invitation_email_mismatch", "email_domain_not_allowed", + "login_link_expired", "invitation_expired", "user_suspended", "unknown_error", From a3f340c20689a2d72d63b4b13998f0117c1d4a8f Mon Sep 17 00:00:00 2001 From: David Date: Thu, 23 Jan 2025 10:17:13 +0000 Subject: [PATCH 2/2] Add link expired error --- en/auth.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/en/auth.json b/en/auth.json index f734edc..ed4cd5b 100644 --- a/en/auth.json +++ b/en/auth.json @@ -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",