Skip to content

Commit 16f240e

Browse files
committed
ACP2E-2025: Refix ACP2E-1445 for multiple store views in the frontend.
- Fixed the integration test failure.
1 parent b8704e4 commit 16f240e

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Customer/ViewModel/Customer

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/ViewModel/Customer/Auth.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ public function __construct(
2727
/**
2828
* Check is user login
2929
*
30-
* @return bool
30+
* @return bool|null
3131
*/
32-
public function isLoggedIn(): bool
32+
public function isLoggedIn(): bool|null
3333
{
3434
return $this->httpContext->getValue(Context::CONTEXT_AUTH);
3535
}

0 commit comments

Comments
 (0)