Skip to content

Commit

Permalink
Merge pull request #241 from immutable/chore/update-game-bridge-1.45.9
Browse files Browse the repository at this point in the history
chore: update game bridge to 1.45.9
  • Loading branch information
nattb8 authored Jul 23, 2024
2 parents 201d912 + fccce30 commit 75fda87
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions sample/Assets/Scripts/UnauthenticatedScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ private async UniTask Logout()
public void ClearStorageAndCache()
{
#if (UNITY_IPHONE && !UNITY_EDITOR) || (UNITY_ANDROID && !UNITY_EDITOR)
passport.ClearStorage();
passport.ClearCache(true);
Passport.ClearStorage();
Passport.ClearCache(true);

// Show login buttons as saved credentials are removed
ShowLoginButtons();
Expand Down
Loading

0 comments on commit 75fda87

Please sign in to comment.