Skip to content

Commit

Permalink
ahh
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Oct 15, 2024
1 parent 892ed55 commit b191c9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/auth/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ let session = false;
export function signOut() {
window.localStorage.removeItem("wg_secret");
session = null;
if(window.dontReconnect) {
return;
}
window.location.reload();
}

Expand Down

0 comments on commit b191c9f

Please sign in to comment.