Reverted #462
This commit is contained in:
parent
180b139773
commit
d90707c49f
@ -115,10 +115,10 @@ lychee.login = function(data) {
|
|||||||
lychee.loginDialog = function() {
|
lychee.loginDialog = function() {
|
||||||
|
|
||||||
let msg = lychee.html`
|
let msg = lychee.html`
|
||||||
<form class='signIn' action='#'>
|
<p class='signIn'>
|
||||||
<input class='text' name='username' autocomplete='username' type='text' value='' placeholder='username' autocapitalize='off' autocorrect='off'>
|
<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'>
|
<input class='text' name='password' autocomplete='current-password' type='password' value='' placeholder='password'>
|
||||||
</form>
|
</p>
|
||||||
<p class='version'>Lychee $${ lychee.version }<span> – <a target='_blank' href='$${ lychee.updateURL }'>Update available!</a><span></p>
|
<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