More userstore fixes

ref #1
This commit is contained in:
2021-08-21 08:34:54 +02:00
parent cd3508dcb6
commit 84ab757e11
6 changed files with 31 additions and 16 deletions

View File

@@ -7,7 +7,6 @@ import Apiclient from '$lib/Apiclient';
$: password = "";
$: error = "";
UserStore.init();
async function login() {
try {
const login = await Apiclient.login(username, password);