You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like we don't wait for the success of the DELETE request before requesting a GET. @mjamescompton I guess the implementation here is straightforward?
Summary
When you delete an OAuth client from
/console/user-settings/authorizations
the state fails to update and refresh is requiredSteps to Reproduce
Open the console at
/console/user-settings/authorizations
Click on one of the clients and click
Revoke authorization
Current Result
The list page will open with the same result, but refreshing the page will remove the one you deleted
Expected Result
After clicking
Revoke authorization
the client should not be in the listRelevant Logs
No response
URL
No response
Deployment
The Things Stack Cloud
The Things Stack Version
3.32
Client Name and Version
No response
Other Information
No response
Proposed Fix
It looks like the list request is made for awaiting the delete to succeed. I would start by checking out why
Contributing
Validation
Code of Conduct
The text was updated successfully, but these errors were encountered: