Skip to content

Commit

Permalink
fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
djay committed Dec 18, 2024
1 parent d2779dd commit 5f1cf72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/pas/plugins/oidc/controlpanel/classic.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def identity_domain_name(self):
def identity_domain_name(self, value):
self.settings.identity_domain_name = value


class OIDCSettingsForm(controlpanel.RegistryEditForm):
schema = IOIDCSettings
schema_prefix = "oidc_admin"
Expand Down
2 changes: 1 addition & 1 deletion src/pas/plugins/oidc/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class OIDCPlugin(BasePlugin):
id="identity_domain_name",
type="string",
mode="w",
label="Required for Oracle Authentication Manager only",
label="Identity Domain Name (required for Oracle Authentication Manager only)",
),
)

Expand Down

0 comments on commit 5f1cf72

Please sign in to comment.