Merge remote-tracking branch 'origin/pr/989'

master
Andrew DeMaria 6 years ago
commit 1bd70263bd
No known key found for this signature in database
GPG Key ID: 0A3F5E91F8364EDF
  1. 2
      airsonic-main/src/main/webapp/WEB-INF/jsp/login.jsp

@ -23,7 +23,7 @@
<input type="text" autofocus id="j_username" name="j_username" tabindex="1" placeholder="<fmt:message key="login.username"/>"> <input type="text" autofocus id="j_username" name="j_username" tabindex="1" placeholder="<fmt:message key="login.username"/>">
<input type="password" name="j_password" tabindex="2" placeholder="<fmt:message key="login.password"/>"> <input type="password" autocomplete="off" name="j_password" tabindex="2" placeholder="<fmt:message key="login.password"/>">
<input name="submit" type="submit" value="<fmt:message key="login.login"/>" tabindex="4"></td> <input name="submit" type="submit" value="<fmt:message key="login.login"/>" tabindex="4"></td>

Loading…
Cancel
Save