Skip to content

Commit

Permalink
Update openingBlog.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadowacu1 authored May 3, 2024
1 parent 5a5ef73 commit e9af13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion My-brand/openingBlog.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
const tok = localStorage.getItem("tok");
const tok = localStorage.getItem("client");
if (tok == null) {
alert("Your Token is Expired");
window.location.href = "index.html";
Expand Down

0 comments on commit e9af13b

Please sign in to comment.