Skip to content

Commit

Permalink
fix(oidc): fix token storage 2/2
Browse files Browse the repository at this point in the history
  • Loading branch information
gianklug committed Mar 4, 2024
1 parent e9d418c commit e72744d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libtimed/oidc.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ def keyring_get(self):
return keyring.get_password("system", "libtimed_token_" + self.client_id)

def keyring_set(self, token):
return True
keyring.set_password("system", "libtimed_token_" + self.client_id, token)

def authorize(self):
Expand Down

0 comments on commit e72744d

Please sign in to comment.