We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 201d912 + fccce30 commit 75fda87Copy full SHA for 75fda87
sample/Assets/Scripts/UnauthenticatedScript.cs
@@ -225,8 +225,8 @@ private async UniTask Logout()
225
public void ClearStorageAndCache()
226
{
227
#if (UNITY_IPHONE && !UNITY_EDITOR) || (UNITY_ANDROID && !UNITY_EDITOR)
228
- passport.ClearStorage();
229
- passport.ClearCache(true);
+ Passport.ClearStorage();
+ Passport.ClearCache(true);
230
231
// Show login buttons as saved credentials are removed
232
ShowLoginButtons();
0 commit comments