Closed andys8 closed 6 years ago
Pull request contains a fix addressing the issue that currently no error message is displayed if the user tries to login with wrong credentials. #4
This will handle the server response:
{"errors":{"email or password":["is invalid"]}}
and render:
Nice, thanks @andys8!
Pull request contains a fix addressing the issue that currently no error message is displayed if the user tries to login with wrong credentials. #4
This will handle the server response:
and render: