fix: Set Auth Layout to not leak App

This commit is contained in:
2023-11-11 16:42:29 +01:00
parent 2f4583f423
commit e5bbecb689

View File

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