Skip to content

Commit

Permalink
fix: update wrong import #905 (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomer2001 authored Feb 25, 2022
1 parent dfe0860 commit af55a81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from javax.ws.rs import ClientErrorException, WebApplicationException
from io.jans.model.custom.script.type.auth import PersonAuthenticationType
from io.jans.as.client.fido.u2f import FidoU2fClientFactory
from io.jans.as.model.config import Constants
from io.jans.as.server.model.config import Constants
from io.jans.as.server.security import Identity
from io.jans.as.server.service import AuthenticationService
from io.jans.as.server.service import SessionIdService
Expand Down

0 comments on commit af55a81

Please sign in to comment.