forked from federated-nexus/website
add honeypot
This commit is contained in:
parent
c38b6926fd
commit
1b260f9988
2 changed files with 7 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ import "../styles/page.css"
|
||||||
pattern="^[A-Za-z0-9]+$"
|
pattern="^[A-Za-z0-9]+$"
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
|
<div class="honeypot">
|
||||||
|
<input type="text" name="honeypot" tabindex="-1" autocomplete="off">
|
||||||
|
</div>
|
||||||
<label>
|
<label>
|
||||||
Email
|
Email
|
||||||
<input name="email" type="email" required />
|
<input name="email" type="email" required />
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
body {
|
body {
|
||||||
|
& .honeypot {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue