microsoft / botframework-sdk

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

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

Open atmoraes1 opened 8 months ago

atmoraes1 commented 8 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?