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 bf4d91b commit 9428efdCopy full SHA for 9428efd
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