Bug: Lock wrong username or password result in wrong error message

Using an embedded lock and logging in with wrong credentials results in error message WE'RE SORRY, SOMETHING WENT WRONG WHEN ATTEMPTING TO LOG IN. which is obviously wrong. It should report Wrong username or password. according to your translation list.

According to dev console, it is really wrong password or username.

alt text

Getting this issue as well, using the modal widget and Lock for Web v 10.20.0

EDIT: looks like it’s related in my case to being oidc conformant. When I disabled that in my client settings, the error messages worked. Now to figure out how to make everything play nice with social…