We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d440ed5 commit d516118Copy full SHA for d516118
ui/ui-app/src/app/pages/settings/SettingsPage.tsx
@@ -29,7 +29,7 @@ const PROPERTY_GROUPS: PropertyGroup[] = [
29
id: "authn",
30
label: "Authentication settings",
31
propertyNames: [
32
- "registry.auth.basic-auth-client-credentials.enabled",
+ "apicurio.authn.basic-client-credentials.enabled",
33
]
34
},
35
{
@@ -56,7 +56,7 @@ const PROPERTY_GROUPS: PropertyGroup[] = [
56
label: "Web console settings",
57
58
"apicurio.download.href.ttl",
59
- "registry.ui.features.readOnly"
+ "apicurio.ui.features.readOnly"
60
61
62
];
0 commit comments