diff --git a/frontend/app/src/components/Navbar.vue b/frontend/app/src/components/Navbar.vue index 92c6dc2..113d993 100644 --- a/frontend/app/src/components/Navbar.vue +++ b/frontend/app/src/components/Navbar.vue @@ -110,6 +110,8 @@ export default { this.snackbarLogout = true this.isLogged = false console.log("wylogowano") + window.location.replace("http://localhost:8080"); + } else{ this.snackbarLogout = false diff --git a/frontend/app/src/views/Cards.vue b/frontend/app/src/views/Cards.vue index 4d19e26..cc0a56e 100644 --- a/frontend/app/src/views/Cards.vue +++ b/frontend/app/src/views/Cards.vue @@ -1,9 +1,6 @@