Closed arhimede closed 3 years ago
in src/User/src/Handler/AccountResetPasswordHandler.php, line 53
The next 21 lines appear both in src/User/src/Handler/AccountResetPasswordHandler.php:53 and src/User/src/Handler/AccountResetPasswordHandler.php:83.
src/User/src/Handler/AccountResetPasswordHandler.php:53
src/User/src/Handler/AccountResetPasswordHandler.php:83
/** * @param ServerRequestInterface $request * @return ResponseInterface */ public function get(ServerRequestInterface $request): ResponseInterface { $hash = $request->getAttribute('hash') ?? null; $user = $this->userService->findByResetPasswordHash($hash); if (!($user instanceof User)) { return $this->notFoundResponse(
Posted from SymfonyInsight
in src/User/src/Handler/AccountResetPasswordHandler.php, line 53
Posted from SymfonyInsight