فهرست منبع

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

[web] Fix logout links on group SSO enrollment pages

GitOrigin-RevId: 00646c50d9debea92760fea83c868e6220e00387
Jessica Lawshe 2 سال پیش
والد
کامیت
9c9ec23689

+ 3 - 0
services/web/frontend/extracted-translations.json

@@ -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": "",

+ 4 - 0
services/web/frontend/stylesheets/modules/group-settings.less

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

+ 0 - 1
services/web/locales/en.json

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