From 4bfd06e034dfcca54f4785aa4260de9509f4beaa Mon Sep 17 00:00:00 2001 From: Ken Sternberg Date: Wed, 30 Oct 2024 16:52:22 -0700 Subject: [PATCH] Labeling error. --- .../oauth/ak-application-wizard-authentication-by-oauth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/admin/applications/wizard/methods/oauth/ak-application-wizard-authentication-by-oauth.ts b/web/src/admin/applications/wizard/methods/oauth/ak-application-wizard-authentication-by-oauth.ts index 9b97efb8c8..2a4a878006 100644 --- a/web/src/admin/applications/wizard/methods/oauth/ak-application-wizard-authentication-by-oauth.ts +++ b/web/src/admin/applications/wizard/methods/oauth/ak-application-wizard-authentication-by-oauth.ts @@ -36,7 +36,7 @@ export class ApplicationWizardAuthenticationByOauth extends BaseProviderPanel { const showClientSecretCallback = (show: boolean) => { this.showClientSecret = show; }; - return html` ${msg("Configure LDAP Provider")} + return html` ${msg("Configure OAuth2 Provider")}
${renderForm( provider ?? {},