v1.1.0
This commit is contained in:
parent
71b471e13e
commit
231ef59bb9
15 changed files with 254 additions and 135 deletions
|
|
@ -368,7 +368,7 @@ class Two_Factor_Extended_REST_API {
|
|||
);
|
||||
}
|
||||
|
||||
$processed++;
|
||||
++$processed;
|
||||
}
|
||||
|
||||
return new WP_REST_Response(
|
||||
|
|
@ -435,7 +435,7 @@ class Two_Factor_Extended_REST_API {
|
|||
);
|
||||
}
|
||||
|
||||
$processed++;
|
||||
++$processed;
|
||||
}
|
||||
|
||||
return new WP_REST_Response(
|
||||
|
|
|
|||
Loading…
Reference in a new issue