Merge pull request #33311 from overleaf/kc-remove-domain-verification-ui

[web] remove domain verification UI

GitOrigin-RevId: 71e4869180cd6573870d4ba48b7a66bade99eab3
This commit is contained in:
Kate Crichton
2026-05-26 09:49:16 +01:00
committed by Copybot
parent f4565a677b
commit 01624f1387
3 changed files with 19 additions and 1 deletions
@@ -1591,6 +1591,11 @@
"remote_service_error": "",
"remove": "",
"remove_access": "",
"remove_domain": "",
"remove_domain_success": "",
"remove_domain_verification": "",
"remove_domain_verification_explanation": "",
"remove_domain_verification_type_to_confirm": "",
"remove_from_group": "",
"remove_link": "",
"remove_manager": "",
@@ -355,7 +355,7 @@ h4.group-settings-title {
}
.domain-verification-status-table-cell {
text-wrap: nowrap;
white-space: nowrap;
}
.domain-verification-failure-reason {
@@ -365,6 +365,10 @@ h4.group-settings-title {
.domain-verification-token-container {
margin-bottom: var(--spacing-03);
}
td .material-symbols {
vertical-align: middle;
}
}
.domain-verification-token-container {
@@ -375,3 +379,7 @@ h4.group-settings-title {
display: flex;
justify-content: space-between;
}
.remove-domain-confirm-name {
color: var(--content-danger);
}
+5
View File
@@ -2095,6 +2095,11 @@
"remote_service_error": "The remote service produced an error",
"remove": "Remove",
"remove_access": "Remove access",
"remove_domain": "Remove domain",
"remove_domain_success": "Domain removed.",
"remove_domain_verification": "Remove __domain__?",
"remove_domain_verification_explanation": "Removing this domain means users with an email address at this domain will no longer be prompted to join your group. To re-enable it, youll need to verify the domain again and contact our support team.",
"remove_domain_verification_type_to_confirm": "Type <bold>__domain__</bold> to confirm",
"remove_from_group": "Remove from group",
"remove_link": "Remove link",
"remove_manager": "Remove manager",