delete token
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
import Exclamation from '$lib/icons/Exclamation.svelte';
|
import Exclamation from '$lib/icons/Exclamation.svelte';
|
||||||
|
|
||||||
export let form;
|
export let form;
|
||||||
let token = 'TOKEN-$$$';
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="mx-auto max-w-2xl">
|
<div class="mx-auto max-w-2xl">
|
||||||
@@ -54,10 +53,7 @@
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<label for="token" class="block text-sm font-medium leading-6 text-gray-900"
|
<label for="token" class="block text-sm font-medium leading-6 text-gray-900"
|
||||||
><span class="flex"
|
><span class="flex"> Zugangscode</span></label
|
||||||
>
|
|
||||||
Zugangscode</span
|
|
||||||
></label
|
|
||||||
>
|
>
|
||||||
<div class="mt-2 w-full">
|
<div class="mt-2 w-full">
|
||||||
<div
|
<div
|
||||||
@@ -77,8 +73,6 @@
|
|||||||
<p class="block text-sm leading-6 text-red-900 mt-2">{form.error.token}</p>
|
<p class="block text-sm leading-6 text-red-900 mt-2">{form.error.token}</p>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-6 flex items-center justify-end gap-x-6">
|
<div class="mt-6 flex items-center justify-end gap-x-6">
|
||||||
|
|||||||
Reference in New Issue
Block a user