Skip to content
Snippets Groups Projects
Commit 2fa0e238 authored by Marie's avatar Marie
Browse files

merge: Update index.vue - Also check enableMcaptcha for noBotProtection (!442)

View MR for information: TransFem-org/Sharkey!442



Approved-by: default avatardakkar <dakkar@thenautilus.net>
Approved-by: default avatarMarie <marie@kaifa.ch>
parents 1b65c06d 17df852c
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ const view = ref(null);
const el = ref<HTMLDivElement | null>(null);
const pageProps = ref({});
let noMaintainerInformation = isEmpty(instance.maintainerName) || isEmpty(instance.maintainerEmail);
let noBotProtection = !instance.disableRegistration && !instance.enableHcaptcha && !instance.enableRecaptcha && !instance.enableTurnstile;
let noBotProtection = !instance.disableRegistration && !instance.enableHcaptcha && !instance.enableRecaptcha && !instance.enableMcaptcha && !instance.enableTurnstile;
let noEmailServer = !instance.enableEmail;
const thereIsUnresolvedAbuseReport = ref(false);
const pendingUserApprovals = ref(false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment