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 1064e35 commit bf2b4bfCopy full SHA for bf2b4bf
app/code/Magento/CustomerGraphQl/Model/Resolver/ResetPassword.php
@@ -118,7 +118,7 @@ public function resolve(
118
$args['newPassword']
119
);
120
} catch (LocalizedException $e) {
121
- throw new GraphQlInputException(__('Cannot set the customer\'s password'), $e);
+ throw new GraphQlInputException(__($e->getMessage()), $e);
122
}
123
124
0 commit comments