summaryrefslogtreecommitdiff
path: root/ui/lib/components/LogOut.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'ui/lib/components/LogOut.svelte')
-rw-r--r--ui/lib/components/LogOut.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/lib/components/LogOut.svelte b/ui/lib/components/LogOut.svelte
index 8b182e7..b699cfd 100644
--- a/ui/lib/components/LogOut.svelte
+++ b/ui/lib/components/LogOut.svelte
@@ -13,6 +13,6 @@
}
</script>
-<form {onsubmit}>
+<form class="form" {onsubmit}>
<button type="submit">log out</button>
</form>