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 b3350b5 commit bf15825Copy full SHA for bf15825
frontend/src/views/login/components/login-form.vue
@@ -424,6 +424,9 @@ const getSetting = async () => {
424
globalStore.isFxplay = isFxplay.value;
425
globalStore.isOffLine = res.data.isOffLine;
426
globalStore.ignoreCaptcha = !res.data.needCaptcha;
427
+ if (!globalStore.ignoreCaptcha) {
428
+ loginVerify();
429
+ }
430
431
document.title = res.data.panelName;
432
i18n.warnHtmlMessage = false;
0 commit comments