Commit 3861519d by Jonathan Reinink

Autofill email and password on login page

1 parent ac58afd1
Showing with 2 additions and 2 deletions
...@@ -41,8 +41,8 @@ export default { ...@@ -41,8 +41,8 @@ export default {
return { return {
sending: false, sending: false,
form: { form: {
email: null, email: 'johndoe@example.com',
password: null, password: 'secret',
remember: null, remember: null,
}, },
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!