mirror of https://gitlab.com/bashrc2/epicyon
Set focus on login screen
parent
60da723ce8
commit
d784ffcd16
|
@ -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>'+ \
|
||||||
|
|
Loading…
Reference in New Issue