auth0-samples / auth0-javascript-samples

Auth0 Integration Samples for Vanilla JavaScript Applications

Home Page:https://auth0.com/docs/quickstart/spa/vanillajs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lock shows an incorrect message when user set a wrong email or password.

HeikerAraujo opened this issue · comments

When a user with wrong email or password tries to login, this shows: "WE'RE" When a user with a wrong email or password tries to login, Lock shows: "WE'RE SORRY, SOMETHING WENT WRONG WHEN ATTEMPTING LOG IN"
Project: 01-Embedded login using Lock version 10.16
The correct message should be:
"WRONG EMAIL OR PASSWORD"
incorrectmessagelock
Logs shows the error type below: "Failed Login (invalid email/username)"

This is Lock related so closing here