nucleos / NucleosProfileBundle

👤 Registration and profile management for symfony
https://docs.nucleos.rocks/projects/profile-bundle/
MIT License
11 stars 11 forks source link

resolve deprecation #480

Closed Slash663 closed 2 years ago

Slash663 commented 2 years ago

Hello,

Could you please correct this :

User Deprecated: Since symfony/security-core 5.2: Method "Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken::getProviderKey" is deprecated, use "getFirewallName()" instead.

in file

/nucleos/profile-bundle/src/Action/RegistrationConfirmedAction.php:65

Thank you

core23 commented 2 years ago

Can you provide a PR to remove the deprecations @Slash663

Slash663 commented 2 years ago

I hope I did it correctly this time :)