Skip to content

Commit

Permalink
go to stundenplan after login
Browse files Browse the repository at this point in the history
  • Loading branch information
probablyjassin committed Nov 13, 2024
1 parent 5e1e5d3 commit 0abf6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async function login() {
if (response == 0) {
usernameCookie.value = username.value;
passwordCookie.value = password.value;
return router.push("/dash");
return router.push("/dash/stundenplan");
}
error.value = true;
isLoading.value = false;
Expand Down

0 comments on commit 0abf6b7

Please sign in to comment.