Skip to content

Commit 81ddf7d

Browse files
committed
fix: fix login page prompt
1 parent 56775a8 commit 81ddf7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/views/LoginView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
</div>
103103
</div>
104104

105-
<div v-if="coreStore.config?.loginPromptHTML"
105+
<div v-if="loginPromptHTML"
106106
class="flex items-center p-4 mb-4 text-sm text-lightLoginViewPromptText rounded-lg bg-lightLoginViewPromptBackground dark:bg-darkLoginViewPromptBackground dark:text-darkLoginViewPromptText" role="alert"
107107
>
108108
<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

Comments
 (0)