Merge branch 'main' of git.odit.services:lfk/kiosk
This commit is contained in:
commit
45eb4b0828
@ -53,7 +53,7 @@
|
|||||||
type="username"
|
type="username"
|
||||||
id="username"
|
id="username"
|
||||||
name="username"
|
name="username"
|
||||||
class="py-3 px-4 block w-full border-gray-200 rounded-md text-sm focus:border-blue-500 focus:ring-blue-500 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400"
|
class="py-3 px-4 block w-full border-gray-200 rounded-md text-sm focus:border-blue-500 focus:ring-blue-500 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 border"
|
||||||
required
|
required
|
||||||
aria-describedby="username-error"
|
aria-describedby="username-error"
|
||||||
/>
|
/>
|
||||||
@ -72,7 +72,7 @@
|
|||||||
type="password"
|
type="password"
|
||||||
id="password"
|
id="password"
|
||||||
name="password"
|
name="password"
|
||||||
class="py-3 px-4 block w-full border-gray-200 rounded-md text-sm focus:border-blue-500 focus:ring-blue-500 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400"
|
class="py-3 px-4 block w-full border-gray-200 rounded-md text-sm focus:border-blue-500 focus:ring-blue-500 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 border"
|
||||||
required
|
required
|
||||||
aria-describedby="password-error"
|
aria-describedby="password-error"
|
||||||
/>
|
/>
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
type="text"
|
type="text"
|
||||||
id="firstname"
|
id="firstname"
|
||||||
name="firstname"
|
name="firstname"
|
||||||
class="py-3 px-4 block w-full border-gray-200 rounded-md text-sm focus:border-blue-500 focus:ring-blue-500 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400"
|
class="py-3 px-4 block w-full border-gray-200 rounded-md text-sm focus:border-blue-500 focus:ring-blue-500 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 border"
|
||||||
required
|
required
|
||||||
bind:value={firstname}
|
bind:value={firstname}
|
||||||
aria-describedby="firstname-error"
|
aria-describedby="firstname-error"
|
||||||
@ -114,7 +114,7 @@
|
|||||||
type="lastname"
|
type="lastname"
|
||||||
id="lastname"
|
id="lastname"
|
||||||
name="lastname"
|
name="lastname"
|
||||||
class="py-3 px-4 block w-full border-gray-200 rounded-md text-sm focus:border-blue-500 focus:ring-blue-500 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400"
|
class="py-3 px-4 block w-full border-gray-200 rounded-md text-sm focus:border-blue-500 focus:ring-blue-500 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 border"
|
||||||
required
|
required
|
||||||
aria-describedby="lastname-error"
|
aria-describedby="lastname-error"
|
||||||
bind:value={lastname}
|
bind:value={lastname}
|
||||||
@ -169,7 +169,7 @@
|
|||||||
>Ich habe die <a
|
>Ich habe die <a
|
||||||
class="text-blue-600 decoration-2 hover:underline font-medium"
|
class="text-blue-600 decoration-2 hover:underline font-medium"
|
||||||
href="https://lauf-fuer-kaya.de/datenschutz">Datenschutzerklärung</a
|
href="https://lauf-fuer-kaya.de/datenschutz">Datenschutzerklärung</a
|
||||||
> gelesen und aktzeptiert</label
|
> gelesen und akzeptiert</label
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user