fix(hrefs): Fixed relative locations
This commit is contained in:
parent
8017f009e4
commit
19c9fa339b
@ -14,7 +14,7 @@
|
||||
})) as import('@odit/lfk-client-js').ResponseAuth;
|
||||
loginError=false;
|
||||
await userstore.login(auth);
|
||||
location.replace('../registration');
|
||||
location.replace('./registration');
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
loginError = true;
|
||||
|
@ -11,7 +11,7 @@
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
userstore.logout();
|
||||
location.replace(`../login`);
|
||||
location.replace(`./login`);
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user