Skip to content

Commit ab153e9

Browse files
committed
AC-9803: Force sign-in session invalidated
1 parent 135ffba commit ab153e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/User/Controller/Adminhtml/User/InvalidateToken.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function __construct(
5757
Registry $coreRegistry,
5858
UserFactory $userFactory,
5959
AdminTokenServiceInterface $tokenService,
60-
ForceSignIn $forceSignIn = null
60+
?ForceSignIn $forceSignIn = null
6161
) {
6262
parent::__construct($context, $coreRegistry, $userFactory);
6363
$this->tokenService = $tokenService;

0 commit comments

Comments
 (0)