Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aar-if committed Oct 4, 2023
1 parent b581d49 commit afeffac
Show file tree
Hide file tree
Showing 2 changed files with 721 additions and 1,705 deletions.
1 change: 0 additions & 1 deletion packages/student-app/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ function App() {
function checkTokenValidity() {
console.log("INSIDE checkTokenValidity");
const refreshToken = localStorage.getItem("refreshToken");
console.log("INSIDE tokenCheckInterval2 ");
console.log(refreshToken);
if (refreshToken) {
const interval = 30 * 60 * 1000; // 30 minutes
Expand Down
Loading

0 comments on commit afeffac

Please sign in to comment.