mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-25 06:11:20 -04:00
add method='post' to JS injected login form
This commit is contained in:
parent
008f3b4785
commit
1ac7c28680
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue