-
Notifications
You must be signed in to change notification settings - Fork 597
Open
Description
According to documentation, when login fails, the login controller expect to have the message in reason.error :
try {
await this.session.authenticate('authenticator:devise', identification, password);
} catch(error) {
this.errorMessage = error.error || error;
}
My error payload in the response to an invalid login is just :
{error:"Mail or password incorrect"}
When a login fail, the error message remain empty
My question is : how is it supposed to be formated? Is it an ember side problem or a server side problem ?
Metadata
Metadata
Assignees
Labels
No labels