Skip to content

Commit

Permalink
add the $token argument to checkPostAuth()
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Jul 25, 2024
1 parent a615203 commit f5f16af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/user_checkers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ displayed to the user::
}
}

public function checkPostAuth(UserInterface $user): void
public function checkPostAuth(UserInterface $user, TokenInterface $token): void
{
if (!$user instanceof AppUser) {
return;
Expand Down

0 comments on commit f5f16af

Please sign in to comment.