Spaces:
Sleeping
Sleeping
Update templates/dashboard.html
Browse files- 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 = "/
|
| 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 |
|