Skip to content

Commit

Permalink
fix: adjust wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomer2001 committed Feb 25, 2022
1 parent d92f952 commit 7477adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion casa/extras/casa-external_u2f.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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 7477adc

Please sign in to comment.