2fa icon indicating copy to clipboard operation
2fa copied to clipboard

`TwoFactorInProgressVoter::vote()` is deprecated in Symfony 7.3

Open jkgroupe opened this issue 6 months ago • 0 comments

Bundle version: 7.10.0 Symfony version: 7.3 PHP version: 8.2

Description The function vote(TokenInterface $token, mixed $subject, array $attributes) in Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter is deprecated in Symfony 7.3 and must be replaced by vote(TokenInterface $token, mixed $subject, array $attributes, ?Vote $vote = null)

Image

PS : sorry, I choosed the wrong label

jkgroupe avatar Jun 13 '25 13:06 jkgroupe