Skip to content

Commit

Permalink
Added data['token'] to pp_login controller
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 authored Jan 10, 2024
1 parent 0649288 commit a978550
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions upload/admin/controller/extension/module/pp_login.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ public function index(): void {

$data['cancel'] = $this->url->link('extension/extension', 'token=' . $this->session->data['token'] . '&type=module', true);

$data['token'] = $this->session->data['token'];

if (isset($this->request->post['pp_login_client_id'])) {
$data['pp_login_client_id'] = $this->request->post['pp_login_client_id'];
} else {
Expand Down

0 comments on commit a978550

Please sign in to comment.