We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4f0a55 + 25a5b75 commit f0258d2Copy full SHA for f0258d2
2 files changed
web/src/routes/(functional)/login/+page.svelte
@@ -57,7 +57,7 @@
57
<form
58
class="card-body"
59
onsubmit={(e) => {
60
- e.preventDefault;
+ e.preventDefault();
61
handleLogin();
62
}}
63
>
web/src/routes/(functional)/register/+page.svelte
@@ -91,7 +91,7 @@
91
92
93
94
95
handleRegister();
96
97
0 commit comments