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
feat(codewhisperer): remove unnecessary "Proceed to login" prompt #3874
Problem:
Since #3264 if a builder
id is already in use by e.g. the CodeCatalyst feature of the Toolkit,
clicking `Start` in the CodeWhisperer panel shows an unnecessary
(modal!) prompt:
"CodeWhisperer requires access to your AWS Builder ID connection.
Proceed to login to grant CodeWhisperer access?"
This prompt is unnecessary because:
1. Customer has already explicitly said they want to login.
2. We don't show such a prompt when starting from zero (which is
logically equivalent to "augmenting" an existing builder id
connection).
3. The prompt is redundant with the browser flow, which shows the scopes
and asks for confirmation.
Solution:
Remove the prompt.
0 commit comments