Set focus on login screen

master
Bob Mottram 2019-08-27 15:40:00 +01:00
parent 60da723ce8
commit d784ffcd16
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ def htmlLogin(baseDir: str) -> str:
'' \ '' \
' <div class="container">' \ ' <div class="container">' \
' <label for="nickname"><b>Nickname</b></label>' \ ' <label for="nickname"><b>Nickname</b></label>' \
' <input type="text" placeholder="Enter Nickname" name="username" required>' \ ' <input type="text" placeholder="Enter Nickname" name="username" required autofocus>' \
'' \ '' \
' <label for="password"><b>Password</b></label>' \ ' <label for="password"><b>Password</b></label>' \
' <input type="password" placeholder="Enter Password" name="password" required>'+ \ ' <input type="password" placeholder="Enter Password" name="password" required>'+ \