Skip to content

Commit

Permalink
Remove Microsoft.IdentityModel.Tokens from Unity package
Browse files Browse the repository at this point in the history
  • Loading branch information
skibitsky committed Dec 19, 2024
1 parent a3fca7d commit a917a0c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 82 deletions.
1 change: 0 additions & 1 deletion src/Reown.Core/Runtime/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public static string ExtractChainNamespace(string chainId)

public static (string chainId, string address) DeconstructAccountId(string accountId)
{
ReownLogger.Log($"Deconstructing account id: {accountId}");
if (string.IsNullOrWhiteSpace(accountId))
throw new ArgumentException("Provided account id is null or empty");

Expand Down
Binary file not shown.

This file was deleted.

0 comments on commit a917a0c

Please sign in to comment.