Skip to content

Commit

Permalink
feat: add SAML login button label to translations and remove default …
Browse files Browse the repository at this point in the history
…value
  • Loading branch information
tsutsu3 committed Mar 4, 2025
1 parent 9e3217e commit 402e31e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ SAML_PICTURE_CLAIM=
SAML_NAME_CLAIM=

# Logint buttion settings (optional)
SAML_BUTTON_LABEL="Continue with SAML" # TODO: Remove default value after adding the word to Locize.
SAML_BUTTON_LABEL=
SAML_IMAGE_URL=

# Whether the SAML Response should be signed.
Expand Down
1 change: 1 addition & 0 deletions client/src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
"com_auth_reset_password_if_email_exists": "If an account with that email exists, an email with password reset instructions has been sent. Please make sure to check your spam folder.",
"com_auth_reset_password_link_sent": "Email Sent",
"com_auth_reset_password_success": "Password Reset Success",
"com_auth_saml_login": "Continue with SAML",
"com_auth_sign_in": "Sign in",
"com_auth_sign_up": "Sign up",
"com_auth_submit_registration": "Submit registration",
Expand Down

0 comments on commit 402e31e

Please sign in to comment.