Skip to content

Commit 75fda87

Browse files
authored
Merge pull request #241 from immutable/chore/update-game-bridge-1.45.9
chore: update game bridge to 1.45.9
2 parents 201d912 + fccce30 commit 75fda87

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

sample/Assets/Scripts/UnauthenticatedScript.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ private async UniTask Logout()
225225
public void ClearStorageAndCache()
226226
{
227227
#if (UNITY_IPHONE && !UNITY_EDITOR) || (UNITY_ANDROID && !UNITY_EDITOR)
228-
passport.ClearStorage();
229-
passport.ClearCache(true);
228+
Passport.ClearStorage();
229+
Passport.ClearCache(true);
230230

231231
// Show login buttons as saved credentials are removed
232232
ShowLoginButtons();

0 commit comments

Comments
 (0)