Skip to content

Commit

Permalink
Update examples/with-firebase-authentication/utils/auth/useUser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lfades authored Jul 13, 2020
1 parent b535d1b commit 2cc7d92
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const useUser = () => {
cookies.remove('auth')
setUser()
router.push('/auth')

})
.catch((e) => {
console.error(e)
Expand Down

0 comments on commit 2cc7d92

Please sign in to comment.