From ab772fdc8bed645e5f8ee518adc25f087c08dfe0 Mon Sep 17 00:00:00 2001 From: Bahul Neel Upadhyaya Date: Sun, 1 Sep 2024 16:04:44 +0100 Subject: [PATCH] docs: Fix typo in custom-pages.md (#894) --- docs/guide/authjs/custom-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/authjs/custom-pages.md b/docs/guide/authjs/custom-pages.md index 72f7332d..504c4eab 100644 --- a/docs/guide/authjs/custom-pages.md +++ b/docs/guide/authjs/custom-pages.md @@ -77,7 +77,7 @@ definePageMeta({ }) const route = useRoute() -const erorCode = computed(() => route.params.error) +const errorCode = computed(() => route.query.error)