Set autocapitalize=off for the password prompt.
This commit is contained in:
parent
90ac6c87ac
commit
72aa05a155
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ PASSWORD_PROMPT_HTML = '''
|
||||||
<style type="text/css">Body {{font-family:Consolas}}</style>
|
<style type="text/css">Body {{font-family:Consolas}}</style>
|
||||||
|
|
||||||
<form action="/password" method="post">
|
<form action="/password" method="post">
|
||||||
<input type="text" name="password" placeholder="password" autocomplete="off"/>
|
<input type="text" autocapitalize="off" name="password" placeholder="password" autocomplete="off"/>
|
||||||
<input type="hidden" name="goto" value="{goto}"/>
|
<input type="hidden" name="goto" value="{goto}"/>
|
||||||
<input type="submit" value="Submit"/>
|
<input type="submit" value="Submit"/>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue