fix(fe login): fixing login errors
This commit is contained in:
parent
32e8881066
commit
d1bd58192f
3 changed files with 36 additions and 18 deletions
|
@ -11,7 +11,7 @@ const userName = auth.userData.login;
|
|||
|
||||
const logout = () => {
|
||||
auth.logout();
|
||||
router.push('/');
|
||||
router.push('/login');
|
||||
}
|
||||
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue