Skip to content

Commit

Permalink
fix login form message
Browse files Browse the repository at this point in the history
  • Loading branch information
0deans committed Mar 16, 2024
1 parent 16e64bd commit 102cb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(auth)/login/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
let hidePassword = true;
let isLoading: boolean = false;
const message = form?.message ?? $page.url.searchParams.get("message");
$: message = form?.message ?? $page.url.searchParams.get("message");
</script>

<div class="flex flex-auto flex-col items-center justify-center">
Expand Down

0 comments on commit 102cb77

Please sign in to comment.