Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
  • Loading branch information
esune committed Nov 21, 2024
1 parent f9bc38d commit 1ce3074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acapy_agent/admin/decorators/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def tenant_authentication(handler):
- check for a valid bearer token in the Autorization header if running
in multi-tenant mode
- check for a valid x-api-key header if running in single-tenant mode
- check if the base wallet has access to teh requested path if running
- check if the base wallet has access to the requested path if running
in multi-tenant mode
"""

Expand Down

0 comments on commit 1ce3074

Please sign in to comment.