Fix log out not working

This commit is contained in:
Andrew Kingston 2020-11-12 12:27:53 +00:00
parent 33e2ee427d
commit a29f428f61
1 changed files with 1 additions and 1 deletions

View File

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