add method='post' to JS injected login form

This commit is contained in:
Jeff Atwood 2013-06-24 21:41:37 -07:00
parent 008f3b4785
commit 1ac7c28680
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
{{#if hasAtLeastOneLoginButton}}
<h3 style="text-align:center; margin-bottom:10px;">{{i18n login.or}}</h3>
{{/if}}
<form id='login-form'>
<form id='login-form' method='post'>
<div>
<table>
<tr>