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
{{ message }}
This repository was archived by the owner on Apr 22, 2024. It is now read-only.
On issue microsoft#3947, relying on the responded flag todecide whether to show the prompt interferes with logic that could be happening either
a. Concurrently
b. On some middleware
c. As part of how we reached the prompt
I believe the *intention* is to prevent sending a prompt twice to the user, using a symbol may be enough for that, without relying on global status
0 commit comments