summaryrefslogtreecommitdiff
path: root/ui/lib/components/LogIn.svelte
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2025-01-11 13:34:13 -0500
committerOwen Jacobson <owen@grimoire.ca>2025-01-11 13:34:13 -0500
commit6d51f8568e337e768505ccfdef916b84dd6eb1b3 (patch)
treedec4545ccbe44c8e2baf6e633308359f40ac610a /ui/lib/components/LogIn.svelte
parentd858fc8105cfe6333671426fe0e43302bceace92 (diff)
npm run format
Diffstat (limited to 'ui/lib/components/LogIn.svelte')
-rw-r--r--ui/lib/components/LogIn.svelte8
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