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