We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f0a55 commit 25a5b75Copy full SHA for 25a5b75
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