mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-04-24 16:17:16 -04:00
Workaround for removing creds on push_cache
This commit is contained in:
committed by
Romuald Bierbasz
parent
c364b716f4
commit
9d93762867
@@ -268,6 +268,7 @@ class Plugin:
|
||||
return Authentication(user_data['userId'], user_data['username'])
|
||||
|
||||
"""
|
||||
self.persistent_cache['credentials'] = credentials
|
||||
self._notification_client.notify("store_credentials", credentials, sensitive_params=True)
|
||||
|
||||
def add_game(self, game: Game) -> None:
|
||||
|
||||
Reference in New Issue
Block a user