mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 00:35:50 +00:00
add method='post' to JS injected login form
This commit is contained in:
parent
008f3b4785
commit
1ac7c28680
@ -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…
x
Reference in New Issue
Block a user