Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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