definition = ({
fields: [
{ type: 'email', property: 'email' },
{ type: 'password', property: 'password', minLength: 8 },
],
submit: {
method: 'POST',
url: 'https://my.api/login',
errorMessage: 'You are not welcome here',
successRedirectUrl: '/home',
},
})