Hide error on successfull signin

This commit is contained in:
Nicolai Ort 2023-04-19 11:34:41 +02:00
parent 7879ca82fd
commit f98a4fc2b1
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -12,6 +12,7 @@
username,
password
})) as import('@odit/lfk-client-js').ResponseAuth;
loginError=false;
await userstore.login(auth);
location.replace('/registration');
} catch (error) {