Skip to content

Commit

Permalink
Update fastapi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iskomir committed Apr 6, 2024
1 parent b2618fb commit f4fc5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_lib/fastapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def _except_not_authorized(self):
def _except_not_authentificated(self):
if self.auto_error:
raise HTTPException(
status_code=HTTP_403_FORBIDDEN, detail="Not authenticated"
status_code=HTTP_403_FORBIDDEN, detail="Not authentificated"
)
else:
return None
Expand Down

0 comments on commit f4fc5d6

Please sign in to comment.