Skip to content

Commit

Permalink
Update class-two-factor-core.php
Browse files Browse the repository at this point in the history
  • Loading branch information
CryoutCreations authored Aug 3, 2024
1 parent b6e7c1c commit 54dacbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion class-two-factor-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,6 @@ public static function manage_users_custom_column( $output, $column_name, $user_
* @param WP_User $user WP_User object of the logged-in user.
*/
public static function user_two_factor_options( $user ) {

wp_enqueue_style( 'user-edit-2fa', plugins_url( 'user-edit.css', __FILE__ ), array(), TWO_FACTOR_VERSION );

$enabled_providers = array_keys( self::get_available_providers_for_user( $user ) );
Expand Down

0 comments on commit 54dacbe

Please sign in to comment.