Adds simple data sync

This commit is contained in:
Rune Harlyk
2024-03-30 01:29:08 +01:00
committed by Rune Harlyk
parent 259bc0b5eb
commit 0fb2387e30
8 changed files with 73 additions and 40 deletions
+1 -1
View File
@@ -78,7 +78,7 @@
<button
class="btn btn-primary inline-flex items-center"
on:click={() => {
signInUser({ username: username, password: password });
signInUser({ username, password });
}}><Login class="mr-2 h-5 w-5" /><span>Login</span></button
>
</div>