Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Co-authored-by: Byron Himes <[email protected]>
  • Loading branch information
Cito and TheByronHimes authored Mar 20, 2024
1 parent ba8a3f1 commit 5e993b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ars/adapters/inbound/fastapi_/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async def require_steward_context(
)


## policy for requiring and getting an auth context
# policy for requiring and getting an auth context
UserAuthContext = Annotated[AuthContext, Security(require_auth_context)]

# policy fo requiring and getting an auth context with data steward role
Expand Down

0 comments on commit 5e993b2

Please sign in to comment.