Skip to content

Commit fccce30

Browse files
committed
fix: sample app passport instance
1 parent 5291773 commit fccce30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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)