fix(fe login): fixing login errors

This commit is contained in:
Marco Cavalli 2025-04-17 16:26:25 +02:00
parent 32e8881066
commit d1bd58192f
3 changed files with 36 additions and 18 deletions

View file

@ -11,7 +11,7 @@ const userName = auth.userData.login;
const logout = () => {
auth.logout();
router.push('/');
router.push('/login');
}
</script>