Skip to content

Commit 97e146f

Browse files
committed
fixup! fix(login): Also check legacy annotation for ephemeral sessions
1 parent 7cc0e55 commit 97e146f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/AppFramework/Middleware/FlowV2EphemeralSessionsMiddleware.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class FlowV2EphemeralSessionsMiddleware extends Middleware {
2323
public function __construct(
2424
ISession $session,
2525
IUserSession $userSession,
26-
ControllerMethodReflector $reflector,
26+
ControllerMethodReflector $reflector
2727
) {
2828
$this->session = $session;
2929
$this->userSession = $userSession;

0 commit comments

Comments
 (0)