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.
1 parent 0d1c9b9 commit b600c59Copy full SHA for b600c59
Assets/Thirdweb/Core/Scripts/Wallet.cs
@@ -38,9 +38,9 @@ public Task Disconnect()
38
/// <param name="domain">The domain to authenticate to</param>
39
public async Task<LoginPayload> Authenticate(string domain)
40
{
41
- return await Bridge.InvokeRoute<LoginPayload>($"sdk{subSeparator}auth{separator}login", Utils.ToJsonStringArray(domain));
+ return await Bridge.InvokeRoute<LoginPayload>($"auth{subSeparator}login", Utils.ToJsonStringArray(domain));
42
}
43
-
+
44
/// <summary>
45
/// Get the balance of the connected wallet
46
/// </summary>
0 commit comments