Skip to content

Commit

Permalink
add clear for localstorgage logout
Browse files Browse the repository at this point in the history
  • Loading branch information
charymalloju committed Sep 18, 2024
1 parent 52dad86 commit 424af0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/utils/localStorage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export function logout() {
removeAllAuthTokens();
removeWalletName();
removeAuthzAlertData();
localStorage.clear();
}

export function setLocalNetwork(networkConfig: Network, chainID: string) {
Expand Down

0 comments on commit 424af0d

Please sign in to comment.