Skip to content

Commit

Permalink
Merge branch 'main' into fix/cannot-set-headers
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser authored Sep 5, 2024
2 parents dfe1ab0 + 44299ae commit 39545a7
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 715 deletions.
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 erorCode = computed(() => route.params.error)
const errorCode = computed(() => route.query.error)
</script>
<template>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@antfu/eslint-config": "^2.25.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/schema": "^3.12.4",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/node": "^18.19.42",
Expand Down
Loading

0 comments on commit 39545a7

Please sign in to comment.