We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 662d333 + 75aec21 commit 621b204Copy full SHA for 621b204
app/code/Magento/Captcha/Observer/CheckUserLoginObserver.php
@@ -3,6 +3,7 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
+
7
namespace Magento\Captcha\Observer;
8
9
use Magento\Customer\Model\AuthenticationInterface;
@@ -11,7 +12,10 @@
11
12
use Magento\Customer\Api\CustomerRepositoryInterface;
13
14
/**
15
+ * Check captcha on user login page observer.
16
+ *
17
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
18
+ * @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
19
20
class CheckUserLoginObserver implements ObserverInterface
21
{
0 commit comments