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, username,
password password
})) as import('@odit/lfk-client-js').ResponseAuth; })) as import('@odit/lfk-client-js').ResponseAuth;
loginError=false;
await userstore.login(auth); await userstore.login(auth);
location.replace('/registration'); location.replace('/registration');
} catch (error) { } catch (error) {