eQSL username HTML element was set to password which it isn't

pull/284/head
Peter Goodhall 2019-05-22 17:07:33 +01:00
rodzic 97b98d825f
commit 306c5255ed
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -107,7 +107,7 @@
<div class="form-group">
<label>eQSL.cc Username</label>
<input class="form-control" type="password" name="user_lotw_password" />
<input class="form-control" type="text" name="user_lotw_password" />
<?php if(isset($lotwpassword_error)) { echo "<div class=\"small error\">".$lotwpassword_error."</div>"; } else { ?>
<div class="small">Leave blank to keep existing password</div></td>
<?php } ?>