mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #16900 from overleaf/jel-delete-sso-config
[web] Delete SSO config GitOrigin-RevId: 141f8699f681d6a8cd2bc4d7f0b669138446e878
This commit is contained in:
parent
c027d023b6
commit
24182c06cf
2 changed files with 2 additions and 0 deletions
|
@ -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": "",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue