We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48d5213 + 03179a1 commit fdef5e4Copy full SHA for fdef5e4
Observer/ConvertGuestToCustomer.php
@@ -88,7 +88,7 @@ private function sendPasswordResetEmail(string $email): void
88
try {
89
$this->accountManagement->initiatePasswordReset(
90
$email,
91
- $this->newAccountConfig->getNewPasswordTemplate(),
+ AccountManagement::EMAIL_RESET,
92
$this->storeManager->getStore()->getWebsiteId()
93
);
94
} catch (Exception $e) {
0 commit comments