3
0

Fix auth settings initial load responsiveness

This commit is contained in:
Jože Fortun 2024-02-08 13:01:28 +01:00
parent 0c83101268
commit 3fb1e7a1f4

View File

@ -6,8 +6,8 @@
:title="$t('title')" :title="$t('title')"
/> />
<template v-if="Object.keys(getAuth).length">
<c-system-editor-auth <c-system-editor-auth
v-if="Object.keys(getAuth).length"
:settings="getAuth" :settings="getAuth"
:processing="auth.processing" :processing="auth.processing"
:success="auth.success" :success="auth.success"
@ -34,6 +34,7 @@
@resetAttachment="onResetBackgroundImage" @resetAttachment="onResetBackgroundImage"
@submit="onAuthBackgroundSubmit" @submit="onAuthBackgroundSubmit"
/> />
</template>
</b-container> </b-container>
</template> </template>
<script> <script>