We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ea745 commit 6ec80c7Copy full SHA for 6ec80c7
src/components/forms/loginForm.svelte
@@ -57,8 +57,8 @@
57
<Form on:submit={ submit } bind:this={ formElement }>
58
<h1> Anmeldung für Teammitglieder </h1>
59
60
- <Input bind:value={ login.username } placeholder="E-Mail" required minlength="4" maxlength="16" />
61
- <Input bind:value={ login.password } type="password" placeholder="Passwort" required minlength="8" maxlength="1024" />
+ <Input bind:value={ login.username } placeholder="E-Mail" required minlength="4" maxlength="256" />
+ <Input bind:value={ login.password } type="password" placeholder="Passwort" required minlength="8" maxlength="2024" />
62
63
<Button { loading }> Anmelden </Button>
64
</Form>
0 commit comments