fix: Set Auth Layout to not leak App

main
Flycro 2023-11-11 16:42:29 +01:00
parent 2f4583f423
commit e5bbecb689
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ defineProps<{
</script>
<template>
<NuxtLayout>
<NuxtLayout name="auth">
<UPageError :error="error" />
</NuxtLayout>
</template>