Skip to content

Commit 0dfdb64

Browse files
authored
Remove unused use statement
1 parent 5be08ed commit 0dfdb64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

security/custom_authentication_provider.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ the ``PasswordDigest`` header value matches with the user's password::
203203
use Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface;
204204
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
205205
use Symfony\Component\Security\Core\Exception\AuthenticationException;
206-
use Symfony\Component\Security\Core\Exception\NonceExpiredException;
207206
use Symfony\Component\Security\Core\User\UserProviderInterface;
208207

209208
class WsseProvider implements AuthenticationProviderInterface

0 commit comments

Comments
 (0)