Skip to content

Commit

Permalink
feat: add marketing widget key
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveOrDead committed Jul 10, 2024
1 parent f64539e commit 11a0f73
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 9 deletions.
10 changes: 9 additions & 1 deletion auth-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,9 @@
},
"auth_form_error_org_not_accepting_registrations": {
"type": "string"
},
"kp_usr_marketing_opt_in": {
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -366,7 +369,8 @@
"disclaimer_dialog_description",
"auth_form_error_terms_not_accepted",
"auth_form_error_no_auth_methods_enabled",
"auth_form_error_org_not_accepting_registrations"
"auth_form_error_org_not_accepting_registrations",
"kp_usr_marketing_opt_in"
]
},
"choose_mfa_method_page": {
Expand Down Expand Up @@ -1116,6 +1120,9 @@
"invitation_email_mismatch": {
"type": "string"
},
"email_domain_not_allowed": {
"type": "string"
},
"invitation_expired": {
"type": "string"
},
Expand All @@ -1132,6 +1139,7 @@
"no_organization_access",
"operation_not_permitted",
"invitation_email_mismatch",
"email_domain_not_allowed",
"invitation_expired",
"user_suspended",
"unknown_error"
Expand Down
6 changes: 4 additions & 2 deletions en-AU/auth.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
"disclaimer_dialog_description": "To continue signing up, we need you to read and accept our policies",
"auth_form_error_terms_not_accepted": "You must read and accept the policies to continue",
"auth_form_error_no_auth_methods_enabled": "Sorry, we don't see a way to authenticate you at the moment.",
"auth_form_error_org_not_accepting_registrations": "The specified organisation is not accepting registrations"
"auth_form_error_org_not_accepting_registrations": "The specified organisation is not accepting registrations",
"kp_usr_marketing_opt_in": "Yes. Send me offers."
},
"choose_mfa_method_page": {
"page_title": "Choose MFA option | ${business_name}",
Expand Down Expand Up @@ -288,7 +289,8 @@
"no_organization_access": "Sorry, you do not have access to this organization.",
"operation_not_permitted": "The requested action could not be completed.",
"invitation_email_mismatch": "That email address doesn’t seem quite right. You’ll need to sign in using the email address the invitation was sent to.",
"invitation_expired": "We can’t finish signing you up as the email domain we detected is not allowed. Try a different sign up method.",
"email_domain_not_allowed": "We can’t finish signing you up as the email domain we detected is not allowed. Try a different sign up method.",
"invitation_expired": "Looks like you waited a bit long to accept and your invitation expired. Ask your admin to invite you again.",
"user_suspended": "You cannot sign in at the moment",
"unknown_error": "Something went wrong when we tried to authenticate you, and we can’t offer a quick way out. Start a new session and try signing in again."
},
Expand Down
6 changes: 4 additions & 2 deletions en-GB/auth.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
"disclaimer_dialog_description": "To continue signing up, we need you to read and accept our policies",
"auth_form_error_terms_not_accepted": "You must read and accept the policies to continue",
"auth_form_error_no_auth_methods_enabled": "Sorry, we don't see a way to authenticate you at the moment.",
"auth_form_error_org_not_accepting_registrations": "The specified organisation is not accepting registrations"
"auth_form_error_org_not_accepting_registrations": "The specified organisation is not accepting registrations",
"kp_usr_marketing_opt_in": "Yes. Send me offers."
},
"choose_mfa_method_page": {
"page_title": "Choose MFA option | ${business_name}",
Expand Down Expand Up @@ -288,7 +289,8 @@
"no_organization_access": "Sorry, you do not have access to this organisation.",
"operation_not_permitted": "The requested action could not be completed.",
"invitation_email_mismatch": "That email address doesn’t seem quite right. You’ll need to sign in using the email address the invitation was sent to.",
"invitation_expired": "We can’t finish signing you up as the email domain we detected is not allowed. Try a different sign up method.",
"email_domain_not_allowed": "We can’t finish signing you up as the email domain we detected is not allowed. Try a different sign up method.",
"invitation_expired": "Looks like you waited a bit long to accept and your invitation expired. Ask your admin to invite you again.",
"user_suspended": "You cannot sign in at the moment",
"unknown_error": "Something went wrong when we tried to authenticate you, and we can’t offer a quick way out. Start a new session and try signing in again."
},
Expand Down
6 changes: 4 additions & 2 deletions en-US/auth.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
"disclaimer_dialog_description": "To continue signing up, we need you to read and accept our policies",
"auth_form_error_terms_not_accepted": "You must read and accept the policies to continue",
"auth_form_error_no_auth_methods_enabled": "Sorry, we don't see a way to authenticate you at the moment.",
"auth_form_error_org_not_accepting_registrations": "The specified organization is not accepting registrations"
"auth_form_error_org_not_accepting_registrations": "The specified organization is not accepting registrations",
"kp_usr_marketing_opt_in": "Yes. Send me offers."
},
"choose_mfa_method_page": {
"page_title": "Choose MFA option | ${business_name}",
Expand Down Expand Up @@ -288,7 +289,8 @@
"no_organization_access": "Sorry, you do not have access to this organization.",
"operation_not_permitted": "The requested action could not be completed.",
"invitation_email_mismatch": "That email address doesn’t seem quite right. You’ll need to sign in using the email address the invitation was sent to.",
"invitation_expired": "We can’t finish signing you up as the email domain we detected is not allowed. Try a different sign up method.",
"email_domain_not_allowed": "We can’t finish signing you up as the email domain we detected is not allowed. Try a different sign up method.",
"invitation_expired": "Looks like you waited a bit long to accept and your invitation expired. Ask your admin to invite you again.",
"user_suspended": "You cannot sign in at the moment",
"unknown_error": "Something went wrong when we tried to authenticate you, and we can’t offer a quick way out. Start a new session and try signing in again."
},
Expand Down
6 changes: 4 additions & 2 deletions en/auth.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
"disclaimer_dialog_description": "To continue signing up, we need you to read and accept our policies",
"auth_form_error_terms_not_accepted": "You must read and accept the policies to continue",
"auth_form_error_no_auth_methods_enabled": "Sorry, we don't see a way to authenticate you at the moment.",
"auth_form_error_org_not_accepting_registrations": "The specified organization is not accepting registrations"
"auth_form_error_org_not_accepting_registrations": "The specified organization is not accepting registrations",
"kp_usr_marketing_opt_in": "Yes. Send me offers."
},
"choose_mfa_method_page": {
"page_title": "Choose MFA option | ${business_name}",
Expand Down Expand Up @@ -288,7 +289,8 @@
"no_organization_access": "Sorry, you do not have access to this organization.",
"operation_not_permitted": "The requested action could not be completed.",
"invitation_email_mismatch": "That email address doesn’t seem quite right. You’ll need to sign in using the email address the invitation was sent to.",
"invitation_expired": "We can’t finish signing you up as the email domain we detected is not allowed. Try a different sign up method.",
"email_domain_not_allowed": "We can’t finish signing you up as the email domain we detected is not allowed. Try a different sign up method.",
"invitation_expired": "Looks like you waited a bit long to accept and your invitation expired. Ask your admin to invite you again.",
"user_suspended": "You cannot sign in at the moment",
"unknown_error": "Something went wrong when we tried to authenticate you, and we can’t offer a quick way out. Start a new session and try signing in again."
},
Expand Down

0 comments on commit 11a0f73

Please sign in to comment.