Add: Auth protection & error notifications

This commit is contained in:
supalerk-ar66 2026-01-14 16:47:29 +07:00
parent 5d508c4731
commit 51668bae9d
6 changed files with 53 additions and 37 deletions

View file

@ -11,7 +11,7 @@ useHead({
})
const handleError = () => {
clearError({ redirect: '/home' })
clearError({ redirect: '/' })
}
</script>