1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

Fix log out not working

This commit is contained in:
Andrew Kingston 2020-11-12 12:27:53 +00:00
parent da17e1d900
commit 66ef0b9d3d

View file

@ -20,7 +20,7 @@
}
const logOut = () => {
authStore.logOut()
authStore.actions.logOut()
location.reload()
}
</script>