Skip to content

Commit 695981a

Browse files
committed
🐛 Fix Web3Auth callback
1 parent 2ba36de commit 695981a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtime/Plugins/Web3AuthSDK/Web3Auth.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ public void setResultUrl(Uri uri)
302302
if (hash == null)
303303
throw new UserCancelledException();
304304
#endif
305+
if(hash.Length == 0) return;
305306
hash = hash.Remove(0, 1);
306307
Dictionary<string, string> queryParameters = Utils.ParseQuery(uri.Query);
307308

0 commit comments

Comments
 (0)