Skip to content

Commit

Permalink
Add the missing data
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Feb 14, 2025
1 parent 6e4f0a6 commit e810859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions class-two-factor-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -1899,6 +1899,7 @@ public static function user_two_factor_options( $user ) {

private static function render_user_providers_form( $user, $providers ) {
$primary_provider_key = self::get_primary_provider_key_selected_for_user( $user );
$enabled_providers = self::get_enabled_providers_for_user( $user );

?>
<p>
Expand Down

0 comments on commit e810859

Please sign in to comment.