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…
Reference in New Issue