File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1616use Silverback \ApiComponentsBundle \Entity \User \AbstractUser ;
1717use Silverback \ApiComponentsBundle \Exception \UserDisabledException ;
1818use Silverback \ApiComponentsBundle \Exception \UserEmailAddressUnverified ;
19+ use Symfony \Component \Security \Core \Authentication \Token \TokenInterface ;
1920use Symfony \Component \Security \Core \Exception \CustomUserMessageAccountStatusException ;
2021use Symfony \Component \Security \Core \User \UserCheckerInterface ;
2122use Symfony \Component \Security \Core \User \UserInterface ;
@@ -52,7 +53,7 @@ public function checkPreAuth(UserInterface $user): void
5253 }
5354 }
5455
55- public function checkPostAuth (UserInterface $ user ): void
56+ public function checkPostAuth (UserInterface $ user, ? TokenInterface $ token = null ): void
5657 {
5758 }
5859}
You can’t perform that action at this time.
0 commit comments