Skip to content

Commit

Permalink
more bullshit
Browse files Browse the repository at this point in the history
  • Loading branch information
Leone25 committed Oct 12, 2023
1 parent 7fb2d95 commit aab4fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PageCandidates.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function handle(ServerRequestInterface $request): ResponseInterface
} catch (Exepction $e) {
return new HtmlResponse($template->render('error', ['message' => 'User does not exists']), 404);
}

Email::sendMail(
Utils::politoMail($user->matricola),
$template->render('confirm_email', ['subject' => true]),
Expand Down

0 comments on commit aab4fb4

Please sign in to comment.