Skip to content

Commit

Permalink
Post merge script updater change
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Dec 3, 2024
1 parent febc085 commit 0ae0ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/entitlement/OAuth2Identity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ void onSubmit(object sender, string deviceCode)
}

// TODO: For Unity 2021+
var www = UnityWebRequest.Post($"{m_LoginUrl}?device_code={m_VerificationCode}", "{}");
var www = UnityWebRequest.PostWwwForm($"{m_LoginUrl}?device_code={m_VerificationCode}", "{}");

yield return www.SendWebRequest();
if (www.isNetworkError)
Expand Down

0 comments on commit 0ae0ab7

Please sign in to comment.