Skip to content

Commit

Permalink
redirect params added for login
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav-ark committed Jul 14, 2024
1 parent c2603eb commit e418b3c
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 @@ -269,7 +269,7 @@
alert('Error fetching file');
});
} else {
window.location.href = `${backendUrl}/login`;
window.location.href = `${backendUrl}/login?page=${page}`;
}
</script>
</body>
Expand Down

0 comments on commit e418b3c

Please sign in to comment.