fix: email validation. Fixes #49

This commit is contained in:
Maël Gangloff
2025-03-24 20:36:01 +01:00
parent 6fc4456793
commit b33a979556
2 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ readonly class EmailVerifier
$verifyEmailRouteName,
(string) $user->getId(),
$user->getEmail(),
['id' => $user->getId()]
['id' => (string) $user->getId()]
);
$context = $email->getContext();