Hide error on successfull signin
This commit is contained in:
parent
7879ca82fd
commit
f98a4fc2b1
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user