Skip to content

Commit 08c9b11

Browse files
authored
Merge pull request #245 from auth0/dev
fix typo
2 parents de83e36 + 622bb95 commit 08c9b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WP_Auth0_Api_Operations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function create_wordpress_connection( $app_token, $migration_enabled, $pa
104104
"requires_username" => true,
105105
'import_mode' => true,
106106
'passwordPolicy' => $password_policy,
107-
"brute_force_protection": true,
107+
"brute_force_protection" => true,
108108
"validation" => array(
109109
"username" => array(
110110
"min" => 1,

0 commit comments

Comments
 (0)