Started Postman up this morning.
Not only am I confronted with a new screen where the Get New Access Token button has moved so far down that it was out of view, but all information from the required fields has gone (environment var names in my case) and I have no way of looking up what the previous settings were. FIX THIS.
You can also retrieve your βlostβ auth settings at any time by opening developer window (ββ₯I or ctrl + shift + I) and writing the following command in the console: pm.models.authhelperstate.find('oAuth2-meta').then((data) => console.log(data))