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
set max-width to 300px for q panel + other fixes (#4397)
* set max-width to 300px for q panel + other fixes
* back button show not show in authenticating state
* fix a bug in the condition check
* Disable continue button correctly and show back arrow correctly
* fix user canceled condition check and some other UI fixes
Copy file name to clipboardExpand all lines: plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/credentials/ToolkitAuthManager.kt
Copy file name to clipboardExpand all lines: plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/credentials/sso/SsoAccessTokenProvider.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -273,7 +273,7 @@ class SsoAccessTokenProvider(
273
273
} catch (e:ProcessCanceledException) {
274
274
future.cancel(true)
275
275
_authorization.set(null)
276
-
throwProcessCanceledException(IllegalStateException("Login canceled by user"))
0 commit comments