Commit 771a9fb60c5ffaedccc97e9a583a139ac9c04733

Authored by Victor Costa
1 parent 607f94fc

Change login form method to post

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
index.html
... ... @@ -388,7 +388,7 @@
388 388  
389 389 <script id="login-template" type="text/x-handlebars-template">
390 390 <div class="loading">Carregando...</div>
391   - <form id="login-form" class="login">
  391 + <form id="login-form" class="login" method="post">
392 392 <div class="message hide"></div>
393 393 <div class="row">
394 394 <div class="col-sm-4">
... ... @@ -566,4 +566,4 @@
566 566  
567 567 </body>
568 568  
569   -</html>
570 569 \ No newline at end of file
  570 +</html>
... ...