Remove captcha on registration page

This commit is contained in:
2025-03-20 19:39:15 +01:00
parent 6018ff0edd
commit f8317a9f32
6 changed files with 30 additions and 63 deletions

View File

@@ -2,5 +2,8 @@
"compilerOptions": {
"verbatimModuleSyntax": true,
"target": "ES2017",
}
},
"exclude": [
"./node_modules/**"
]
}