From e4f5a810a46645c920c82617006a0c515f62324a Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Mon, 15 Mar 2021 14:01:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20basic=20client=20token=20fronten?= =?UTF-8?q?d=20validation=20ui=20logic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref #1 --- app/src/App.svelte | 40 +++++++++++++++++++++++++++++++++------- 1 file changed, 33 insertions(+), 7 deletions(-) diff --git a/app/src/App.svelte b/app/src/App.svelte index 4a820f4..21f2e7d 100644 --- a/app/src/App.svelte +++ b/app/src/App.svelte @@ -12,14 +12,27 @@

Configuration

Please provide the scan client token.
See our configuration guide.

-
+ + { + console.log(token); + }}>
-
- + {#if !isTokenValid} + Please provide a valid client token... + {/if} +

\ No newline at end of file +
+ \ No newline at end of file