Skip to content

Commit

Permalink
Merge pull request #1645 from spryker-shop/bugfix/frw-9013/customer-p…
Browse files Browse the repository at this point in the history
…erformance

FRW-9013 nonsplit to split merge
  • Loading branch information
ilyakubanov authored Dec 3, 2024
2 parents a719b5b + 2f38ee4 commit 723ee18
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
24 changes: 12 additions & 12 deletions composer.lock

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

5 changes: 5 additions & 0 deletions src/Pyz/Zed/Customer/CustomerConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ class CustomerConfig extends SprykerCustomerConfig
*/
protected const PASSWORD_RESET_EXPIRATION_IS_ENABLED = true;

/**
* @var bool
*/
protected const IS_CUSTOMER_EMAIL_VALIDATION_CASE_SENSITIVE = false;

/**
* {@inheritDoc}
*
Expand Down

0 comments on commit 723ee18

Please sign in to comment.