Browse Source

Fix Generate Button for CSRF

Benjamin Clay 14 years ago
parent
commit
7a9b31408a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Resources/views/Step/csrf.html.twig

+ 1 - 1
Resources/views/Step/csrf.html.twig

@@ -38,7 +38,7 @@
             for (i=0; i < 32; i++) {
                 result += Math.round(Math.random()*16).toString(16);
             }
-            document.getElementById('csrf_csrf_secret').value = result;
+            document.getElementById('csrfstep_csrf_secret').value = result;
         }
     </script>
 {% endblock %}