Skip to content

Commit 4a62a8e

Browse files
committed
Post merge script updater change
1 parent 1f2e627 commit 4a62a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/entitlement/OAuth2Identity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ void onSubmit(object sender, string deviceCode)
881881
}
882882

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

886886
yield return www.SendWebRequest();
887887
if (www.isNetworkError)

0 commit comments

Comments
 (0)