microsoft / botframework-sdk

Bot Framework provides the most comprehensive experience for building conversation applications.
MIT License
7.49k stars 2.44k forks source link

Token Service giving a static dark page when clicking the sign in button multiple times #6638

Open atmoraes1 opened 6 months ago

atmoraes1 commented 6 months ago

When using the OAuthPrompt, if the user clicks the sign in button for a second time the Token Service is responding with a static page as follows:

image

What should be done to avoid that?