Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Commit edbb08d

Browse files
authored
Merge pull request #65 from mixer/issue-63
Fixes issue 63
2 parents 37b25aa + 9772d74 commit edbb08d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/InteractiveSDK/Assets/MixerInteractive/Source/Scripts/MixerInteractiveHelper.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ internal void WriteAuthTokensToCache(string authToken, string refreshToken)
326326

327327
private void WriteAuthTokensToCacheImpl()
328328
{
329+
_queuedWriteAuthTokensToCacheRequest = false;
329330
PlayerPrefs.SetString("MixerInteractive-AuthToken", _authTokenValueToWriteToCache);
330331
PlayerPrefs.SetString("MixerInteractive-RefreshToken", _refreshTokenValueToWriteToCache);
331332
PlayerPrefs.Save();

0 commit comments

Comments
 (0)