I don't know why, this sometimes happens: text will be invisible. Locally, I do have a profile where I've deactivated CSS transitions in a way that'd break this, as these parts are apparently uncovered with such "transitions", but it seems to be happening also in profiles without these CSS properties.
You may be able to guess where do you need to click if you have seen the form before and know more or less how does it work: the DOM inspector will help you figuring out where each part is, and if you know how the MS login form normally works, you can try to click through it.
I have no idea why is this happening, but seems to go away after a few retries?
A quick note to anyone seeing this: if your account is not an organization account (i.e. it's "free" / "Hotmail", or what MS is calling a "personal account"), and, after loading, your login form has the address https://login.microsoftonline.com/..., you can be sure it will not work. The login for "personal accounts" is done at login.live.com, and, from my testing with Thunderbird, you will be redirected to that one automatically when OAuth2 is working.wombatk wrote: ↑July 23rd, 2024, 2:03 am I've used DOM inspector to find that the URL shown at the top of the login popup is:
https://login.microsoftonline.com/commo ... otmail.com
[...]
i.e. same "personal account" complaint as in other topic.