Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #20 from sybetjeh/master
Browse files Browse the repository at this point in the history
A simple fix to the internal "DoS" issue
  • Loading branch information
tovade authored May 25, 2022
2 parents 3999cd9 + 413d4df commit f8f95e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/pages/singup.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
id="full-name"
placeholder=" "
name="username"
required
/>
</div>
</div>
Expand All @@ -160,6 +161,7 @@
id="email"
placeholder=" "
name="email"
required
/>
</div>
</div>
Expand All @@ -174,6 +176,7 @@
id="password"
placeholder=" "
name="password"
required
/>
</div>
</div>
Expand All @@ -188,6 +191,7 @@
id="confirm-password"
placeholder=" "
name="password_confirm"
required
/>
</div>
</div>
Expand Down

0 comments on commit f8f95e0

Please sign in to comment.