diff --git a/dashboard/oidc_auth.py b/dashboard/oidc_auth.py index 822978e2..1720dee1 100644 --- a/dashboard/oidc_auth.py +++ b/dashboard/oidc_auth.py @@ -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