Merge pull request #17577 from overleaf/jel-sso-enroll-logout

[web] Fix logout links on group SSO enrollment pages

GitOrigin-RevId: 00646c50d9debea92760fea83c868e6220e00387
This commit is contained in:
Jessica Lawshe 2024-03-27 10:45:31 -05:00 committed by Copybot
parent 3437ddb203
commit 9c9ec23689
3 changed files with 7 additions and 1 deletions

View file

@ -216,6 +216,7 @@
"contact_us": "",
"continue": "",
"continue_github_merge": "",
"continue_to": "",
"copied": "",
"copy": "",
"copy_project": "",
@ -1184,6 +1185,7 @@
"spell_check": "",
"sso": "",
"sso_active": "",
"sso_already_setup_good_to_go": "",
"sso_config_deleted": "",
"sso_config_prop_help_certificate": "",
"sso_config_prop_help_first_name": "",
@ -1586,6 +1588,7 @@
"youre_about_to_disable_single_sign_on": "",
"youre_about_to_enable_single_sign_on": "",
"youre_about_to_enable_single_sign_on_sso_only": "",
"youre_already_setup_for_sso": "",
"youre_on_free_trial_which_ends_on": "",
"youre_signed_in_as_logout": "",
"youve_unlinked_all_users": "",

View file

@ -83,6 +83,10 @@ h3.group-settings-title {
width: 100%;
margin: 8px 0;
}
.btn-link-logout {
width: auto;
margin: 0;
}
}
.managed-users-enabled {

View file

@ -2247,7 +2247,6 @@
"youre_about_to_enable_single_sign_on_sso_only": "Youre about to enable single sign-on (SSO). Before you do this, you should ensure youre confident the SSO configuration is correct.",
"youre_already_setup_for_sso": "Youre already set up for SSO",
"youre_on_free_trial_which_ends_on": "Youre on a free trial which ends on <0>__date__</0>.",
"youre_signed_in_as": "Youre signed in as <0>__email__</0>.",
"youre_signed_in_as_logout": "Youre signed in as <0>__email__</0>. <1>Log out.</1>",
"youve_unlinked_all_users": "Youve unlinked all users",
"zh-CN": "Chinese",