add csrf input/addition to .gitignore

This commit is contained in:
Jake Potrebic 2020-07-16 17:03:50 -07:00 committed by MiniDigger
parent a3199624f4
commit 3484464d4c
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@ target/
node_modules
node.exe
dist
src/main/frontend/node
### STS ###
.apt_generated

View File

@ -1,3 +1,3 @@
<#macro formField>
<#-- TODO CSRF form field -->
<input type="hidden" name="${_csrf.parameterName}" value="${_csrf.token}"/>
</#macro>