Skip to content

Commit

Permalink
clarify that custom sign up fields should be an array
Browse files Browse the repository at this point in the history
  • Loading branch information
Shayan Memari authored and joshcanhelp committed Feb 22, 2019
1 parent 190b0ac commit 4916c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/admin/WP_Auth0_Admin_Advanced.php
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ public function render_extra_conf( $args = array() ) {
public function render_custom_signup_fields( $args = array() ) {
$this->render_textarea_field( $args['label_for'], $args['opt_name'] );
$this->render_field_description(
__( 'Valid JSON for additional signup fields in the Auth0 signup form. ', 'wp-auth0' ) .
__( 'Valid array of JSON objects for additional signup fields in the Auth0 signup form. ', 'wp-auth0' ) .
$this->get_docs_link(
'libraries/lock/v11/configuration#additionalsignupfields-array-',
__( 'More information and examples', 'wp-auth0' )
Expand Down

0 comments on commit 4916c9a

Please sign in to comment.