Skip to content

Commit

Permalink
CC-25992: Adjusted login mechanism for agent and customer.
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-png committed Jul 20, 2023
1 parent f01528d commit 271cbe7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@

class SecurityBlockerPageConfig extends SprykerSecurityBlockerPageConfig
{
/**
* @var bool
*/
protected const USE_EMAIL_CONTEXT_FOR_LOGIN_SECURITY_BLOCKER = false;

/**
* {@inheritDoc}
*
Expand Down

0 comments on commit 271cbe7

Please sign in to comment.