Skip to content

Commit

Permalink
fix(authentication): use missing classes for access token generation
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Sep 9, 2023
1 parent 64369a6 commit d172160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/Controllers/LoginController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// use CodeIgniter\HTTP\IncomingRequest;
use CodeIgniter\HTTP\RedirectResponse;
use CodeIgniter\HTTP\ResponseInterface;
use CodeIgniter\I18n\Time;
use CodeIgniter\Shield\Controllers\LoginController as BaseLoginController;

// use Config\App;
Expand Down
1 change: 1 addition & 0 deletions app/Controllers/RegisterController.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// use CodeIgniter\HTTP\IncomingRequest;
use CodeIgniter\HTTP\RedirectResponse;
use CodeIgniter\HTTP\ResponseInterface;
use CodeIgniter\I18n\Time;
use CodeIgniter\Shield\Controllers\RegisterController as BaseRegisterController;

// use Config\App;
Expand Down

0 comments on commit d172160

Please sign in to comment.