add missing FriendlyCaptcha condition to bot-protection.vue
This commit is contained in:
@@ -301,6 +301,7 @@ const canSaving = computed((): boolean => {
|
|||||||
(botProtectionForm.state.provider === 'mcaptcha' && !!captchaResult.value) ||
|
(botProtectionForm.state.provider === 'mcaptcha' && !!captchaResult.value) ||
|
||||||
(botProtectionForm.state.provider === 'recaptcha' && !!captchaResult.value) ||
|
(botProtectionForm.state.provider === 'recaptcha' && !!captchaResult.value) ||
|
||||||
(botProtectionForm.state.provider === 'turnstile' && !!captchaResult.value) ||
|
(botProtectionForm.state.provider === 'turnstile' && !!captchaResult.value) ||
|
||||||
|
(botProtectionForm.state.provider === 'fc' && !!captchaResult.value) ||
|
||||||
(botProtectionForm.state.provider === 'testcaptcha' && !!captchaResult.value);
|
(botProtectionForm.state.provider === 'testcaptcha' && !!captchaResult.value);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user