From e33a1ea0c7021ce6e7d156c9cd66be5b1833574e Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 8 Apr 2021 22:51:13 +0200 Subject: [PATCH] web/admin: fix ApplicationForm setting wrong field Signed-off-by: Jens Langhammer --- web/src/pages/applications/ApplicationForm.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/pages/applications/ApplicationForm.ts b/web/src/pages/applications/ApplicationForm.ts index 279ea5ccd..3d000959a 100644 --- a/web/src/pages/applications/ApplicationForm.ts +++ b/web/src/pages/applications/ApplicationForm.ts @@ -157,8 +157,8 @@ export class ApplicationForm extends Form {
- + name="metaLaunchUrl"> +

${t`If left empty, authentik will try to extract the launch URL based on the selected provider.`}