Labeling error.

This commit is contained in:
Ken Sternberg
2024-10-30 16:52:22 -07:00
parent 107dff39af
commit 4bfd06e034

View File

@ -36,7 +36,7 @@ export class ApplicationWizardAuthenticationByOauth extends BaseProviderPanel {
const showClientSecretCallback = (show: boolean) => { const showClientSecretCallback = (show: boolean) => {
this.showClientSecret = show; this.showClientSecret = show;
}; };
return html` <ak-wizard-title>${msg("Configure LDAP Provider")}</ak-wizard-title> return html` <ak-wizard-title>${msg("Configure OAuth2 Provider")}</ak-wizard-title>
<form class="pf-c-form pf-m-horizontal" @input=${this.handleChange}> <form class="pf-c-form pf-m-horizontal" @input=${this.handleChange}>
${renderForm( ${renderForm(
provider ?? {}, provider ?? {},