We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56775a8 commit 81ddf7dCopy full SHA for 81ddf7d
adminforth/spa/src/views/LoginView.vue
@@ -102,7 +102,7 @@
102
</div>
103
104
105
- <div v-if="coreStore.config?.loginPromptHTML"
+ <div v-if="loginPromptHTML"
106
class="flex items-center p-4 mb-4 text-sm text-lightLoginViewPromptText rounded-lg bg-lightLoginViewPromptBackground dark:bg-darkLoginViewPromptBackground dark:text-darkLoginViewPromptText" role="alert"
107
>
108
<svg class="flex-shrink-0 inline w-4 h-4 me-3" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20">
0 commit comments