Skip to content

Commit

Permalink
Revert prior change
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmyta committed Jan 29, 2025
1 parent 9838e09 commit 7d4b46f
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,7 @@ public function render_page() {
}
}

if ( $user instanceof \WP_User ) {
$this->render_content( $user, $token );
} else {
$this->redirect_to_login();
}

$this->render_content( $user, $token );
exit;
}

Expand Down

0 comments on commit 7d4b46f

Please sign in to comment.