Skip to content

Commit 36a2245

Browse files
authored
Update CollectionFactory.php
1 parent 7947440 commit 36a2245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Security/Model/ResourceModel/PasswordResetRequestEvent/CollectionFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function create(
8181
case ResetMethod::OPTION_BY_IP:
8282
$collection->filterByIp($longIp);
8383
break;
84-
case ResetMethod::OPTION_BY_IP_OR_EMAIL:
84+
case ResetMethod::OPTION_BY_IP_AND_EMAIL:
8585
$collection->filterByIpOrAccountReference($longIp, $accountReference);
8686
break;
8787
default:

0 commit comments

Comments
 (0)