Skip to content

Commit

Permalink
IAM-1269 changes import of josepy.error
Browse files Browse the repository at this point in the history
  • Loading branch information
frosemond committed Apr 16, 2024
1 parent 4e8aed1 commit 7a9a795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/oidc_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import traceback
from josepy.jwk import JWK
from josepy.jws import JWS
from josepy.error import JWSErrors
import josepy.errors as JWSErrors

"""Class that governs all authentication with open id connect."""
from flask_pyoidc import OIDCAuthentication
Expand Down

0 comments on commit 7a9a795

Please sign in to comment.