Skip to content

Commit 600a53f

Browse files
committed
this isnt needed
1 parent 1fcf427 commit 600a53f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/routes/(anonymous)/login/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
import { handleApiError } from '$lib/errorhandling/apiErrorHandling';
1212
import { UserStore } from '$lib/stores/UserStore';
1313
14-
let usernameOrEmail = $state<string>('');
15-
let password = $state<string>('');
14+
let usernameOrEmail = $state('');
15+
let password = $state('');
1616
let turnstileResponse = $state<string | null>(null);
1717
1818
async function handleSubmission(e: SubmitEvent) {

0 commit comments

Comments
 (0)