New authorization looses earlier data/settings

Really??

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.

Hi, you have pointed out a bug that got rolled out in our latest release v7.35.0.
We working on fixing this bug as soon as possible.

To mitigate any impact for now, please use Postman v7.34.0 :slightly_smiling_face:

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))

Thanks for your feedback!