Skip to content

Commit

Permalink
Fiks manglende imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddsor committed Mar 5, 2024
1 parent 40f0747 commit 1ddb65f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ import jakarta.servlet.http.HttpServletResponse
import no.nav.arbeidsgiver.tiltakrefusjon.audit.AuditLogger
import no.nav.arbeidsgiver.tiltakrefusjon.refusjon.events.AuditEntry
import no.nav.arbeidsgiver.tiltakrefusjon.refusjon.events.EventType
import no.nav.arbeidsgiver.tiltakrefusjon.utils.Issuer
import no.nav.arbeidsgiver.tiltakrefusjon.utils.Now
import no.nav.arbeidsgiver.tiltakrefusjon.utils.erAzureBruker
import no.nav.arbeidsgiver.tiltakrefusjon.utils.erTokenXBruker
import no.nav.arbeidsgiver.tiltakrefusjon.utils.getClaims
import no.nav.security.token.support.core.context.TokenValidationContextHolder
import org.slf4j.LoggerFactory
import org.springframework.core.Ordered
Expand Down

0 comments on commit 1ddb65f

Please sign in to comment.