Skip to content

Commit

Permalink
Merge branch 'cookie' of https://github.com/vishalvivekm/docs into co…
Browse files Browse the repository at this point in the history
…okie
  • Loading branch information
vishalvivekm authored Oct 15, 2024
2 parents d891de5 + 1b6cdbf commit b3e9aea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions layouts/partials/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,7 @@
}

function handleVisibilityChange() {
console.log("visiblity change happen")
if (document.visibilityState === 'visible' && !isUserAuthenticated ) {
console.log("again visible")
checkUserAuth();
}
}
Expand Down

0 comments on commit b3e9aea

Please sign in to comment.