mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-04-21 00:30:23 +00:00
Missing anti-forgery token.
This commit is contained in:
parent
ec14b58351
commit
f6f3c628e0
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
@using (Html.BeginForm())
|
||||
{
|
||||
@Html.AntiForgeryToken() @*SHIT BUGS!*@
|
||||
<div class="panel-danger panel">
|
||||
<div class="panel-body">
|
||||
@Html.ValidationSummary()
|
||||
|
|
Loading…
Add table
Reference in a new issue