Labeling error.
This commit is contained in:
@ -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 ?? {},
|
||||||
|
|||||||
Reference in New Issue
Block a user