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 e62c675 + be319e9 commit 10577bfCopy full SHA for 10577bf
app/code/Magento/Customer/Controller/Account/LoginPost.php
@@ -204,11 +204,6 @@ public function execute()
204
'This account is not confirmed. <a href="%1">Click here</a> to resend confirmation email.',
205
$value
206
);
207
- } catch (UserLockedException $e) {
208
- $message = __(
209
- 'The account sign-in was incorrect or your account is disabled temporarily. '
210
- . 'Please wait and try again later.'
211
- );
212
} catch (AuthenticationException $e) {
213
$message = __(
214
'The account sign-in was incorrect or your account is disabled temporarily. '
0 commit comments