added bot honeypot on signup

This commit is contained in:
2025-04-03 13:40:00 -06:00
parent 7eebc920a2
commit 4a79bb89d8
3 changed files with 18 additions and 2 deletions
+4
View File
@@ -641,3 +641,7 @@ input[type="file"] {
.tooltip:hover .tooltiptext {
visibility: visible;
}
#required_field {
display: none;
}