You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @dariobanfi. I added a PR to support html messages (both error and success). We'll discuss internally if we want to support more stuff as html or not, but this should be in the next release.
Hi,
Is there any reason why error messages displayed by the lock do not allow html formatting?
For example, given this lock parameters:
Which results as:
This could be easily changed by using
i18n.html
here: https://github.com/auth0/lock/blob/master/src/core/index.js#L511 and it's what most of other messages do (for examplesuccess.signUp
).The text was updated successfully, but these errors were encountered: