Closed bahulneel closed 2 months ago
N/A
This code block has a typo for the error code
<script setup lang="ts"> // Remember to disable the middleware protection from your page! definePageMeta({ auth: { unauthenticatedOnly: true, navigateAuthenticatedTo: '/' } }) const route = useRoute() const erorCode = computed(() => route.params.error) </script>
No response
Environment
N/A
Reproduction
N/A
Describe the bug
This code block has a typo for the error code
Additional context
No response
Logs
No response