diff --git a/class-two-factor-core.php b/class-two-factor-core.php index 9f143e35..bf37eaef 100644 --- a/class-two-factor-core.php +++ b/class-two-factor-core.php @@ -1246,8 +1246,6 @@ public static function current_user_can_update_two_factor_options( $context = 'd return false; } - return true; - // If the current user is not using two-factor, they can adjust the settings. if ( ! self::is_user_using_two_factor( $user_id ) ) { return true;