diff options
-rw-r--r-- | hosted/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosted/login.html b/hosted/login.html index 973d2b0..4f60427 100644 --- a/hosted/login.html +++ b/hosted/login.html @@ -30,7 +30,7 @@ <form method="POST"> <div class="form-group"> <label for="nameInput">Name</label> - <input type="text" class="form-control" id="nameInput" placeholder="Name" name="username"> + <input type="text" class="form-control" id="nameInput" placeholder="Name" name="username" autofocus> </div> <div class="form-group"> <label for="accesscodeInput">Access Code</label> |