Skip to content

Commit

Permalink
Merge pull request #49 from pulgueta/checkout
Browse files Browse the repository at this point in the history
smh
  • Loading branch information
pulgueta committed Jul 14, 2023
2 parents da146bc + 2345b8a commit 9b900fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/firebase/auth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ export const logOut = async (): Promise<void> => {
try {
await signOut(auth);
localStorage.removeItem('uid')
localStorage.removeItem('cart')
window.location.reload()
} catch (error) {
console.error(error)
}
Expand Down

0 comments on commit 9b900fa

Please sign in to comment.