Merge pull request #121 from JumboPackets/master

CaptivePortal: Change username input tag's type attribute from "username" to "text"
This commit is contained in:
Sebastian Kinne 2017-03-28 07:47:02 +11:00 committed by GitHub
commit 0df9fbfa41
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.DS_Store
/.project

View File

@ -10,7 +10,7 @@
<body>
<h1>Captive Portal</h1>
<form method="post">
Username: <input type="username" name="username"><br>
Username: <input type="text" name="username"><br>
Password: <input type="password" name="password"><br>
<input type="submit" value="Log in">
</form>