Autofill email and password on login page

This commit is contained in:
Jonathan Reinink 2019-12-18 13:59:59 -05:00
parent ac58afd14b
commit 3861519dcc
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ export default {
return {
sending: false,
form: {
email: null,
password: null,
email: 'johndoe@example.com',
password: 'secret',
remember: null,
},
}