Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobfilik committed Aug 15, 2024
1 parent 9c7eb64 commit 241c1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xas-standards-api/src/xas_standards_api/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
get_bearer_token = HTTPBearer(auto_error=True)

oidc_user_info_endpoint = os.environ.get("OIDC_USER_INFO_ENDPOINT")
oidc_id_key= os.environ.get("OIDC_ID_KEY", "id")
oidc_id_key = os.environ.get("OIDC_ID_KEY", "id")
dev = False

env_value = os.environ.get("FASTAPI_APP_ENV")
Expand Down

0 comments on commit 241c1dd

Please sign in to comment.