v1.1.0
This commit is contained in:
parent
71b471e13e
commit
231ef59bb9
15 changed files with 254 additions and 135 deletions
|
|
@ -393,7 +393,7 @@ class Two_Factor_Extended_Enforcement {
|
|||
* @return array<int, string> Array of provider labels.
|
||||
*/
|
||||
private function get_provider_labels( array $provider_classes ): array {
|
||||
$names = Two_Factor_Extended_Provider_Detector::get_provider_names();
|
||||
$names = Two_Factor_Extended_Provider_Detector::get_provider_names();
|
||||
$labels = array();
|
||||
|
||||
foreach ( $provider_classes as $class ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue