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/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/flareChat/ChatCommunicationManager.kt
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -141,20 +141,18 @@ class ChatCommunicationManager(private val cs: CoroutineScope) {
141
141
val incomingType = params.authFollowupType
142
142
val connectionManager =ToolkitConnectionManager.getInstance(project)
143
143
try {
144
-
145
144
when (incomingType) {
146
145
AuthFollowupType.USE_SUPPORTED_AUTH-> {
147
146
val activeProfile =QRegionProfileManager.getInstance().activeProfile(project)
0 commit comments