Skip to content

Commit 7947440

Browse files
authored
Update ResetMethod.php
1 parent eba21cf commit 7947440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Security/Model/Config/Source/ResetMethod.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
class ResetMethod implements \Magento\Framework\Option\ArrayInterface
1414
{
15-
const OPTION_BY_IP_OR_EMAIL = 1;
15+
const OPTION_BY_IP_AND_EMAIL = 1;
1616
const OPTION_BY_IP = 2;
1717
const OPTION_BY_EMAIL = 3;
1818
const OPTION_NONE = 0;

0 commit comments

Comments
 (0)