diff --git a/client/src/views/Logout.vue b/client/src/views/Logout.vue index a5fbcd4..7954a1b 100644 --- a/client/src/views/Logout.vue +++ b/client/src/views/Logout.vue @@ -17,7 +17,7 @@ export default { method: "POST" }); this.setLoginState(false); - this.$router.push({ path: "/" }); + this.$router.push({ path: "/login" }); } } \ No newline at end of file