Skip to content

Commit

Permalink
docs: Fix source of errorCode
Browse files Browse the repository at this point in the history
  • Loading branch information
bahulneel authored Sep 1, 2024
1 parent 5ef4258 commit 2792bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/authjs/custom-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ definePageMeta({
})
const route = useRoute()
const errorCode = computed(() => route.params.error)
const errorCode = computed(() => route.query.error)
</script>
<template>
Expand Down

0 comments on commit 2792bb8

Please sign in to comment.