Skip to content

Commit

Permalink
Update logout.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadowacu1 authored May 3, 2024
1 parent d11d129 commit 1e5de60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions My-brand/script/logout.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Remove token from localStorage
localStorage.removeItem("token");
localStorage.removeItem("client");

window.location.href = "index.html";

window.location.href = "index.html";

0 comments on commit 1e5de60

Please sign in to comment.