fix(hrefs): Fixed relative locations
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user