Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch committed Mar 1, 2024
1 parent f7e0e65 commit b130f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/models/token.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def create_refresh_token(
):
oldRefreshToken.delete_token_familiy()
raise UnauthorizedRequest(
message="Unauthorized: IP {} reused the same refresh token, loging out user".format(
message="Unauthorized: IP {} reused the same refresh token, logging out user".format(
request.remote_addr
)
)
Expand Down

0 comments on commit b130f48

Please sign in to comment.