]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/Security/login.html.twig
implement FosUser
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / Security / login.html.twig
index f669574e8602cbbca83a2cb35f602a7d1048c737..5437d20c4aca12f2769ef0f8aa78fcec29152184 100644 (file)
@@ -30,6 +30,7 @@
                 </div>
 
                 <div class="row mts txtcenter">
+                    <input type="hidden" name="_csrf_token" value="{{ csrf_token('authenticate') }}" />
                     <button type="submit">Login</button>
                     <a href="{{ path('forgot_password') }}" class="small">Forgot your password?</a>
                 </div>