diff options
| author | Kit La Touche <kit@transneptune.net> | 2025-01-13 17:34:46 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2025-01-13 17:34:46 -0500 |
| commit | 55c6b6788f670cd7b2c96f6e8ae7bb2378b86176 (patch) | |
| tree | b4ad6208a72cdb0b83c6ff89ff61de20539dc777 /ui/lib/components/LogIn.svelte | |
| parent | 21c566479962cd7ecfa6dccd929b3069d0b201f9 (diff) | |
| parent | bdb7e677e2eaae1cc730915c79dd024c8acebdd3 (diff) | |
Merge branch 'main' into wip/fonts
Diffstat (limited to 'ui/lib/components/LogIn.svelte')
| -rw-r--r-- | ui/lib/components/LogIn.svelte | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ui/lib/components/LogIn.svelte b/ui/lib/components/LogIn.svelte index 44aab44..5bfdae2 100644 --- a/ui/lib/components/LogIn.svelte +++ b/ui/lib/components/LogIn.svelte @@ -12,13 +12,7 @@ <form class="form" {onsubmit}> <label for="username"> username - <input - name="username" - type="text" - placeholder="username" - bind:value={username} - {disabled} - /> + <input name="username" type="text" placeholder="username" bind:value={username} {disabled} /> </label> <label for="password"> password |
