From eefc2a3d0ed6b37f69962ccda963d631193f3d3e Mon Sep 17 00:00:00 2001 From: Pascal Klesse Date: Mon, 15 May 2023 09:33:03 +0200 Subject: [PATCH] remove TODO --- apps/ui/src/routes/applications/[id]/index.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/ui/src/routes/applications/[id]/index.svelte b/apps/ui/src/routes/applications/[id]/index.svelte index cf01104de..14524db99 100644 --- a/apps/ui/src/routes/applications/[id]/index.svelte +++ b/apps/ui/src/routes/applications/[id]/index.svelte @@ -189,7 +189,6 @@ } if (name === 'basicAuth') { basicAuth = !basicAuth; - // TODO: Set user and password } if (name === 'isBot') { if ($status.application.overallStatus !== 'stopped') return;