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 the button is clicked and the login() function is executed, we have no way to control the pop-up window closing situation. If you close it, there is no feedback for that case. Using AuthCodeFlowErrorResponse, this case cannot be managed.
It would be great to add more events for cases such as the window closing, an error occurring during the window launch, etc.
This event, for my needs, would be useful to manage the states of my custom button: if the button is clicked and the pop-up window has opened, I want to prevent the button from being pressed. In case the user closes the window, the event tells me so and then I can manage the button to re-enable it.
Tell me if you think it's a good idea to create more events like this.
Thanks for read me!!
The text was updated successfully, but these errors were encountered:
When the button is clicked and the login() function is executed, we have no way to control the pop-up window closing situation. If you close it, there is no feedback for that case. Using AuthCodeFlowErrorResponse, this case cannot be managed.
It would be great to add more events for cases such as the window closing, an error occurring during the window launch, etc.
This event, for my needs, would be useful to manage the states of my custom button: if the button is clicked and the pop-up window has opened, I want to prevent the button from being pressed. In case the user closes the window, the event tells me so and then I can manage the button to re-enable it.
Tell me if you think it's a good idea to create more events like this.
Thanks for read me!!
The text was updated successfully, but these errors were encountered: