After trying to disable MFA for my developer account (which uses Google to login), I’m stuck in an infinite loop.
Here are the steps:
Go to the login page for developer accounts Click on “Continue with Google” Let the infinite cycle begin!Looking at the network requests, I can see that the looping starts after a request to Google is made (so I’d believe I effectively logged into Okta), and Okta gets to a “Set up multifactor authentication” but since I configured my account to not require MFA, I’m being redirected to another page(s) which in turn send me back to the “Set up multifactor authentication” page and again to…

I’m guessing some code really wants me to set up MFA, while the other one accepts the fact that I he disabled MFA.
Any advice into how to get back into my developer account?