How to add feature to view password in readable form on auth0 signup form wordpress plugin?

How to add feature to view password in readable form on auth0 signup form wordpress plugin?

The latest version of Lock supports the allowShowPassword option that allows end-users to view the entered password in plain text.

Within the scope of Wordpress, you’ll need to ensure that the plugin is configured to use the latest version of Lock and then also on the plugin Advanced settings section provide something like the following for the Extra settings field:

{ "allowShowPassword": true }