mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: email validation. Fixes #49
This commit is contained in:
@@ -28,7 +28,7 @@ readonly class EmailVerifier
|
||||
$verifyEmailRouteName,
|
||||
(string) $user->getId(),
|
||||
$user->getEmail(),
|
||||
['id' => $user->getId()]
|
||||
['id' => (string) $user->getId()]
|
||||
);
|
||||
|
||||
$context = $email->getContext();
|
||||
|
||||
Reference in New Issue
Block a user