Add form attributes
This commit is contained in:
parent
c662e56ed9
commit
dd5e2128d9
@ -115,7 +115,7 @@ lychee.login = function(data) {
|
|||||||
lychee.loginDialog = function() {
|
lychee.loginDialog = function() {
|
||||||
|
|
||||||
let msg = lychee.html`
|
let msg = lychee.html`
|
||||||
<form 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='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>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user