From 24182c06cf7da2a3c3f5dab8714fba3a8108b9fc Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Wed, 7 Feb 2024 10:28:33 -0600 Subject: [PATCH] Merge pull request #16900 from overleaf/jel-delete-sso-config [web] Delete SSO config GitOrigin-RevId: 141f8699f681d6a8cd2bc4d7f0b669138446e878 --- services/web/frontend/extracted-translations.json | 1 + services/web/locales/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 0fdb84d5dc..5e0172be50 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1177,6 +1177,7 @@ "spell_check": "", "sso": "", "sso_active": "", + "sso_config_deleted": "", "sso_config_prop_help_certificate": "", "sso_config_prop_help_first_name": "", "sso_config_prop_help_last_name": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index a41a2f9851..240bc9e3c0 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1739,6 +1739,7 @@ "sso_account_already_linked": "Account already linked to another __appName__ user", "sso_active": "SSO active", "sso_already_setup_good_to_go": "Single sign-on is already set up on your account, so you’re good to go.", + "sso_config_deleted": "SSO configuration deleted", "sso_config_prop_help_certificate": "Base64 encoded certificate without whitespace", "sso_config_prop_help_first_name": "The SAML attribute that specifies the user’s first name", "sso_config_prop_help_last_name": "The SAML attribute that specifies the user’s last name",