We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68161a7 + 51858c9 commit e4ce779Copy full SHA for e4ce779
1 file changed
internal/cmd/auth/login.go
@@ -154,6 +154,7 @@ func runLoginFlow(ctx context.Context, authHostname string, apiHostname string,
154
authURL := conf.AuthCodeURL(state,
155
oauth2.SetAuthURLParam("code_challenge", codeChallenge),
156
oauth2.SetAuthURLParam("code_challenge_method", "S256"),
157
+ oauth2.SetAuthURLParam("prompt", "select_account"),
158
)
159
160
// Channel to receive the authorization code
0 commit comments