Skip to content

Commit

Permalink
[ALS-5514] Remove incorrect autowired
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 committed Jan 11, 2024
1 parent 9b20983 commit b6bd01c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
public class OktaAuthenticationService {
private final Logger logger = LoggerFactory.getLogger(this.getClass());

@Autowired
private JAXRSConfiguration config;

@GET
@Path("/authentication")
public Response authenticate(@Context HttpHeaders httpHeaders, @Context UriInfo uriInfo) {
Expand Down

0 comments on commit b6bd01c

Please sign in to comment.