Skip to content

Commit 315dc25

Browse files
committed
Fixes integration test failures
1 parent 212214f commit 315dc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Captcha/Plugin/CheckCaptchaOnStorefront.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function afterGetTemplate(
6060
*
6161
* @return bool
6262
*/
63-
private function isLoggedIn(): bool
63+
private function isLoggedIn(): ?bool
6464
{
6565
return $this->httpContext->getValue(Context::CONTEXT_AUTH);
6666
}

0 commit comments

Comments
 (0)