mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 18:59:06 +00:00
fix(console): move org domains into settings page of the organization (#6612)
* fix: hide domains settings for unauthorized users * refine sidenav object mapping * move domains to settings * change docs * set anchor to list element * remove canwrite check in ngif --------- Co-authored-by: Miguel A. C <doncicuto@gmail.com>
This commit is contained in:
@@ -95,7 +95,6 @@
|
||||
"EVENTS": "Events",
|
||||
"FAILEDEVENTS": "Failed Events",
|
||||
"ORGANIZATION": "Organization",
|
||||
"DOMAINS": "Domains",
|
||||
"PROJECT": "Projects",
|
||||
"PROJECTOVERVIEW": "Overview",
|
||||
"PROJECTGRANTS": "Grants",
|
||||
@@ -954,7 +953,7 @@
|
||||
},
|
||||
"DOMAINS": {
|
||||
"NEW": "Add Domain",
|
||||
"TITLE": "Domains",
|
||||
"TITLE": "Verified domains",
|
||||
"DESCRIPTION": "Configure your organization domains. This domain can be used for domain discovery and username suffixing.",
|
||||
"SETPRIMARY": "Set as Primary",
|
||||
"DELETE": {
|
||||
@@ -1024,6 +1023,7 @@
|
||||
"NOTIFICATIONS_DESC": "SMTP and SMS Settings",
|
||||
"MESSAGETEXTS": "Message Texts",
|
||||
"IDP": "Identity Providers",
|
||||
"VERIFIED_DOMAINS": "Verified domains",
|
||||
"DOMAIN": "Domain settings",
|
||||
"LOGINTEXTS": "Login Interface Texts",
|
||||
"BRANDING": "Branding",
|
||||
|
Reference in New Issue
Block a user