File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
view/frontend/web/css/source Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 15
15
use Magento \ReCaptchaUi \Model \RequestHandlerInterface ;
16
16
17
17
/**
18
- * EditCustomerObserver
18
+ * NewsletterObserver
19
+ *
20
+ * Process the response during customer account editing
19
21
*/
20
22
class EditCustomerObserver implements ObserverInterface
21
23
{
@@ -50,6 +52,8 @@ public function __construct(
50
52
}
51
53
52
54
/**
55
+ * @inheritdoc
56
+ *
53
57
* @param Observer $observer
54
58
* @return void
55
59
* @throws \Magento\Framework\Exception\LocalizedException
Original file line number Diff line number Diff line change 2
2
* Copyright © Magento, Inc. All rights reserved.
3
3
* See COPYING.txt for license details.
4
4
*/
5
- .login-container , .form-login , .form-edit-account {
5
+ .login-container ,
6
+ .form-login ,
7
+ .form-edit-account {
6
8
.g-recaptcha {
7
9
margin-bottom : 10px !important ;
8
10
}
You can’t perform that action at this time.
0 commit comments