Skip to content

Commit

Permalink
[BUGFIX] Broken key in json_response middleware
Browse files Browse the repository at this point in the history
Resolves: #332
  • Loading branch information
lolli42 committed Feb 27, 2022
1 parent 41a1464 commit a2b8047
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'typo3/json-response/frontend-user-authentication' => [
'target' => \TYPO3\JsonResponse\Middleware\FrontendUserHandler::class,
'after' => [
'typo3/cms-frontend/frontend-user-authentication'
'typo3/cms-frontend/backend-user-authentication',
],
'before' => [
'typo3/cms-frontend/base-redirect-resolver',
Expand Down

0 comments on commit a2b8047

Please sign in to comment.