Autofill email and password on login page
This commit is contained in:
parent
ac58afd14b
commit
3861519dcc
|
@ -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,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue