Merge pull request #462 from Klikini/develop
Allow browser to save passwords
This commit is contained in:
commit
642d145509
@ -115,10 +115,10 @@ lychee.login = function(data) {
|
||||
lychee.loginDialog = function() {
|
||||
|
||||
let msg = lychee.html`
|
||||
<p class='signIn'>
|
||||
<form class='signIn' action='#'>
|
||||
<input class='text' name='username' autocomplete='username' type='text' value='' placeholder='username' autocapitalize='off' autocorrect='off'>
|
||||
<input class='text' name='password' autocomplete='current-password' type='password' value='' placeholder='password'>
|
||||
</p>
|
||||
</form>
|
||||
<p class='version'>Lychee $${ lychee.version }<span> – <a target='_blank' href='$${ lychee.updateURL }'>Update available!</a><span></p>
|
||||
`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user