compumike08 / GitHub_Status_API_GUI

GUI tool to interact with GitHub Status API
MIT License
0 stars 0 forks source link

Error When GitHub Login Is Started, Cancelled, Started Again & Completes Successfully #2

Closed compumike08 closed 8 years ago

compumike08 commented 8 years ago

When a user clicks the GitHub login button and the login window opens, and the user then closes the window without successfully authenticating, and then clicks the GitHub login button again and this time authenticates successfully, the entire page will fail to render and an error is displayed.

In addition, if the user tried to authenticate to Github and the username/password was wrong the first time before they closed the window, after they open the authentication window the second time and authenticate successfully, when the page render error occurs the original 401 - Unauthorized exception from the first authentication attempt will suddenly appear in the console.

compumike08 commented 8 years ago

Bug fixed.