Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! chore(security): Log password confirmation user, backend and m…
…ethod

Signed-off-by: hamza221 <[email protected]>
  • Loading branch information
hamza221 committed Apr 27, 2023
commit 54630913b1db9a362896c215cc5a45801c0687b8
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@ public function __construct(string $appName, array $urlParams = [], ServerContai
$c->get(IControllerMethodReflector::class),
$c->get(ISession::class),
$c->get(IUserSession::class),
$c->get(ITimeFactory::class)
$c->get(ITimeFactory::class),
$c->get(LoggerInterface::class),
)
);
$dispatcher->registerMiddleware(
Expand Down