Browse Source

Add form attributes

klikini 8 years ago
parent
commit
dd5e2128d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/scripts/lychee.js

+ 1 - 1
src/scripts/lychee.js

@@ -115,7 +115,7 @@ lychee.login = function(data) {
 lychee.loginDialog = function() {
 
 	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='password' autocomplete='current-password' type='password' value='' placeholder='password'>
 	          </form>