Skip to content

Commit 7bc6eb4

Browse files
committed
fix: fix loginPromptHTML
1 parent 351261f commit 7bc6eb4

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
@@ -167,7 +167,7 @@ async function getLoginFormConfig() {
167167
path: '/get_login_form_config',
168168
method: 'GET',
169169
});
170-
loginPromptHTML.value = response.loginPromptHTML || '';
170+
loginPromptHTML.value = response.loginPromptHTML;
171171
}
172172
173173
onBeforeMount(() => {

0 commit comments

Comments
 (0)