Remove Stray Import

This commit is contained in:
Josh Cummings 2025-01-24 11:47:40 -07:00
parent 47fc2bff95
commit 28615e7f64
No known key found for this signature in database
GPG Key ID: 869B37A20E876129
1 changed files with 0 additions and 1 deletions

View File

@ -201,7 +201,6 @@ import org.springframework.security.web.savedrequest.DefaultSavedRequest;
import org.springframework.security.web.savedrequest.SimpleSavedRequest;
import org.springframework.security.web.server.firewall.ServerExchangeRejectedException;
import org.springframework.security.web.session.HttpSessionCreatedEvent;
import org.springframework.security.web.util.UrlUtils;
import org.springframework.security.web.webauthn.api.Bytes;
import org.springframework.security.web.webauthn.api.ImmutablePublicKeyCredentialUserEntity;
import org.springframework.security.web.webauthn.api.PublicKeyCredentialUserEntity;