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' - }, - }) - } - });