DSatishchandra commited on
Commit
3309f93
·
verified ·
1 Parent(s): 4e55c66

Update templates/dashboard.html

Browse files
Files changed (1) hide show
  1. templates/dashboard.html +1 -1
templates/dashboard.html CHANGED
@@ -128,7 +128,7 @@
128
  // sessionStorage.clear(); // Uncomment if using sessionStorage
129
 
130
  // Redirect to the landing page (Modify this URL with the correct path)
131
- window.location.href = "/landing"; // Modify with actual logout route
132
  }
133
  </script>
134
 
 
128
  // sessionStorage.clear(); // Uncomment if using sessionStorage
129
 
130
  // Redirect to the landing page (Modify this URL with the correct path)
131
+ window.location.href = "/index.html"; // Modify with actual logout route
132
  }
133
  </script>
134