Skip to content

Commit bf15825

Browse files
fix: Fixed CAPTCHA loading issue in certain scenarios
1 parent b3350b5 commit bf15825

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/src/views/login/components/login-form.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,9 @@ const getSetting = async () => {
424424
globalStore.isFxplay = isFxplay.value;
425425
globalStore.isOffLine = res.data.isOffLine;
426426
globalStore.ignoreCaptcha = !res.data.needCaptcha;
427+
if (!globalStore.ignoreCaptcha) {
428+
loginVerify();
429+
}
427430
428431
document.title = res.data.panelName;
429432
i18n.warnHtmlMessage = false;

0 commit comments

Comments
 (0)