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
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/QLoginWebview.kt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -338,6 +338,7 @@ class QWebviewBrowser(val project: Project, private val parentDisposable: Dispos
338
338
null
339
339
}
340
340
341
+
// auto-select the profile if users only have 1 and don't show the UI
341
342
if (profiles?.size ==1) {
342
343
LOG.debug { "User only have access to 1 Q profile, auto-selecting profile ${profiles.first().profileName} for ${project.name}" }
0 commit comments