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 {
return {
sending: false,
form: {
email: null,
password: null,
email: 'johndoe@example.com',
password: 'secret',
remember: null,
},
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!