Skip to content

Commit d91f933

Browse files
committed
On quit revoke W.C. Session. Re-shoot demo GIF.
1 parent 4aa580c commit d91f933

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Assets/Scripts/MainMenuScript.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ public async void Quit()
188188

189189
// Disconnect wallet subscription.
190190
await walletConnect.Session.Disconnect();
191+
// CLear out the session so it is re-establish on sign-in.
192+
walletConnect.CLearSession();
191193
// Logout the Moralis User.
192194
await MoralisInterface.LogOutAsync();
193195
// Close out the application.

moralis-unity-boilerplate.gif

15.4 MB
Loading

0 commit comments

Comments
 (0)