mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Add CSRF token into signin view
This commit is contained in:
parent
be9c7cad5a
commit
751a668725
1 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@
|
||||||
.row
|
.row
|
||||||
.span12
|
.span12
|
||||||
form method="POST" action="/signin"
|
form method="POST" action="/signin"
|
||||||
|
input name="csrf_token" type="hidden" value="#{csrf_token}"
|
||||||
|
|
||||||
fieldset
|
fieldset
|
||||||
div: input name="username" type="text" placeholder="Your username"
|
div: input name="username" type="text" placeholder="Your username"
|
||||||
div: input name="password" type="password" placeholder="Your password"
|
div: input name="password" type="password" placeholder="Your password"
|
||||||
|
|
Loading…
Add table
Reference in a new issue