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.
1 parent c22b29d commit 7f28b3eCopy full SHA for 7f28b3e
app/code/Magento/Customer/Controller/Account/Confirmation.php
@@ -1,7 +1,7 @@
1
<?php
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details.
+ * Copyright 2015 Adobe
+ * All Rights Reserved.
5
*/
6
declare(strict_types=1);
7
@@ -99,7 +99,7 @@ public function execute()
99
);
100
$this->messageManager->addSuccessMessage(__('Please check your email for confirmation key.'));
101
return $this->getRedirect('*/*/index', ['_secure' => true]);
102
- } catch (InvalidTransitionException | NoSuchEntityException $e) {
+ } catch (InvalidTransitionException | NoSuchEntityException $e) {
103
$this->messageManager->addErrorMessage(__('Wrong email.'));
104
}
105
0 commit comments