laravel-enso / people

Person management dependency for Laravel Enso
MIT License
5 stars 6 forks source link

Login - The device name field is required. #26

Closed marohds closed 3 years ago

marohds commented 3 years ago

Hi, I'm doing a clean install, following the instructions from https://github.com/laravel-enso/Enso

Everything goes fine, but I cannot log in (initial credentials admin@laravel-enso.com/password).

The response is 422 Unprocessable Entity {"message":"The given data was invalid.","errors":{"device_name":["The device name field is required."]}}

Thank you!

marohds commented 3 years ago

Sorry, wrong report