Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
roshii committed Aug 3, 2023
1 parent cc5b46b commit 1b2b29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jmclient/jmclient/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def _issue(self, scope: str, token_type: str) -> str:

def issue(self, scope: str = "walletrpc") -> dict:
"""Issue a new access and refresh token for said scope.
Previously issued refresh token and invalidated.
Previously issued refresh token is invalidated.
"""
self.signature.reset(refresh_token_only=True)
return {
Expand Down

0 comments on commit 1b2b29e

Please sign in to comment.