Hey there,
when I try to login I retrieve an SMS message with a 2FA code- but the page didn't load.
I found: PHP Notice: Undefined offset: 1 at line ~403 $redirectUrl = $bounceUrlMatches[1];. Upon checking the $resultBody Unity sends this text:
<html><body>You are being <a href="https://id.unity.com/en/conversations/<UUID HERE>">redirected</a>.</body></html>
I tried to pass in my 2FA code to the login function but that also wants $tfaResumeData which I don't have.
Any help would be very much appreciated! 😀
Hey there,
when I try to login I retrieve an SMS message with a 2FA code- but the page didn't load.
I found:
PHP Notice: Undefined offset: 1at line ~403$redirectUrl = $bounceUrlMatches[1];. Upon checking the$resultBodyUnity sends this text:<html><body>You are being <a href="https://id.unity.com/en/conversations/<UUID HERE>">redirected</a>.</body></html>I tried to pass in my 2FA code to the login function but that also wants
$tfaResumeDatawhich I don't have.Any help would be very much appreciated! 😀