Add missing login form method to keep LastPass happy (#1565)

This commit is contained in:
Michael Heuberger 2019-05-13 00:10:34 +12:00 committed by Joshua Tauberer
parent 77b2246010
commit 0d4c693792
1 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ sudo tools/mail.py user make-admin me@{{hostname}}</pre>
<p style="margin: 2em; text-align: center;">Log in here for your Mail-in-a-Box control panel.</p>
<div style="margin: 0 auto; max-width: 32em;">
<form class="form-horizontal" role="form" onsubmit="do_login(); return false;">
<form class="form-horizontal" role="form" onsubmit="do_login(); return false;" method="get">
<div class="form-group">
<label for="inputEmail3" class="col-sm-3 control-label">Email</label>
<div class="col-sm-9">