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