From 6c53840c5961bacde9eef9c1f54204ec41c7fa86 Mon Sep 17 00:00:00 2001 From: Daniel Regeci <536331+ovx@users.noreply.github.com> Date: Sun, 25 Feb 2024 16:24:38 +0100 Subject: [PATCH] cleanup dev app --- src/App.svelte | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index c3d3d63..286d540 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -15,21 +15,6 @@ onMount(() => { location.hash = ''; - - if (altcha) { - altcha?.configure({ - challenge: { - algorithm: 'SHA-256', - challenge: 'xx', - salt:'dd', - signature: '', - }, - strings: { - label:'xx' - }, - }) - } - });