Workaround for removing creds on push_cache

This commit is contained in:
Mieszko Banczerowski
2019-07-01 14:32:23 +02:00
committed by Romuald Bierbasz
parent c364b716f4
commit 9d93762867

View File

@@ -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: