Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Merge a9db8ad into 9dbff3e
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen de Kok committed Mar 16, 2019
2 parents 9dbff3e + a9db8ad commit 7f09050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Component/Customer/CustomerSelector.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function get()
$customer = null;
$user = null;

if (true === $this->securityContext->isGranted('IS_AUTHENTICATED_FULLY')) {
if (true === $this->securityContext->isGranted('IS_AUTHENTICATED_REMEMBERED')) {
// user is authenticated
$user = $this->securityContext->getToken()->getUser();

Expand Down

0 comments on commit 7f09050

Please sign in to comment.