fix: auth layout causing too much recursion due to having forgotten to remove <NuxtLayout>
This commit is contained in:
parent
25fc9e23c5
commit
52eab190ee
1 changed files with 39 additions and 41 deletions
|
@ -1,5 +1,4 @@
|
||||||
<template>
|
<template>
|
||||||
<NuxtLayout>
|
|
||||||
<div id="root-container" style="margin-top: 5dvh;">
|
<div id="root-container" style="margin-top: 5dvh;">
|
||||||
<div id="main-container">
|
<div id="main-container">
|
||||||
<div v-if="!instanceUrl">
|
<div v-if="!instanceUrl">
|
||||||
|
@ -44,7 +43,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</NuxtLayout>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue