Autofill email and password on login page
This commit is contained in:
parent
ac58afd14b
commit
3861519dcc
|
@ -41,8 +41,8 @@ export default {
|
|||
return {
|
||||
sending: false,
|
||||
form: {
|
||||
email: null,
|
||||
password: null,
|
||||
email: 'johndoe@example.com',
|
||||
password: 'secret',
|
||||
remember: null,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue