fix account password update

This commit is contained in:
Simon Vieille 2021-04-11 17:15:19 +02:00
parent acbc18c95b
commit 0c30510019
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ namespace App\Core\Controller\Account;
use App\Core\Controller\Admin\AdminController;
use App\Core\Manager\EntityManager;
use App\Core\Repository\UserRepository;
use App\Repository\UserRepository;
use Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleAuthenticatorInterface;
use Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleAuthenticatorInterface as TotpAuthenticatorInterface;
use Symfony\Component\HttpFoundation\Request;