Skip to content

Commit

Permalink
Revert login page routing
Browse files Browse the repository at this point in the history
  • Loading branch information
MishNajam authored and Sam Ainsworth committed Oct 26, 2023
1 parent 7ced99f commit 1a26695
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions service-front/app/config/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@
$app->get('/activate-account/{token}', Actor\Handler\ActivateAccountHandler::class, 'activate-account');

// User auth
$app->route('/login',Actor\Handler\AuthoriseOneLoginHandler::class, ['GET', 'POST'], 'login');

$app->route('/login',Actor\Handler\LoginPageHandler::class, ['GET', 'POST'], 'login');
$app->get('/session-expired', Actor\Handler\ActorSessionExpiredHandler::class, 'session-expired');
$app->get('/session-check', Actor\Handler\ActorSessionCheckHandler::class, 'session-check');
$app->get('/session-refresh', Common\Handler\SessionRefreshHandler::class, 'session-refresh');
Expand Down

0 comments on commit 1a26695

Please sign in to comment.