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
When logging out after a successful logging, if the dialog window is not closed I receive a invalid_grant error from the server. It appears that the code is not being reset after logging out. The payload of the request seems to be the same
Steps to reproduce the behavior:
Authorize
Logout
Try to authorize again without closing the dialog
Expected behavior
The API logging completes without error if the dialog is not closed.
Screenshots
The first code accepted
The second code is not changed if the popup is not closed
The text was updated successfully, but these errors were encountered:
When logging out after a successful logging, if the dialog window is not closed I receive a invalid_grant error from the server. It appears that the code is not being reset after logging out. The payload of the request seems to be the same
Steps to reproduce the behavior:
Expected behavior
The API logging completes without error if the dialog is not closed.
Screenshots
The first code accepted
The second code is not changed if the popup is not closed
The text was updated successfully, but these errors were encountered: