Fix log out not working
This commit is contained in:
parent
33e2ee427d
commit
a29f428f61
|
@ -20,7 +20,7 @@
|
|||
}
|
||||
|
||||
const logOut = () => {
|
||||
authStore.logOut()
|
||||
authStore.actions.logOut()
|
||||
location.reload()
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue