Skip to content

Commit

Permalink
add page param to login endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav-ark committed Jul 14, 2024
1 parent e1fe36f commit c2603eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editTasks.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
return response.json();
} else {
localStorage.removeItem('accessToken');
window.location.href = `${backendUrl}/login`;
window.location.href = `${backendUrl}/login?page=${page}`;
}
})
.then(data => {
Expand Down

0 comments on commit c2603eb

Please sign in to comment.