Skip to content

Commit b9c048d

Browse files
authored
Merge branch 'feature/gettingstarted' into autoMerge/feature/gettingstarted
2 parents 0f47506 + 608e001 commit b9c048d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

jetbrains-core/src/software/aws/toolkits/jetbrains/core/gettingstarted/editor/GettingStartedPanel.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,9 +1059,7 @@ class GettingStartedPanel(
10591059
abstract val loginSuccessBody: String
10601060

10611061
protected fun handleLogin(authResult: Boolean) {
1062-
if (!authResult) {
1063-
infoBanner.setConnectionFailedMessage()
1064-
} else {
1062+
if (authResult) {
10651063
infoBanner.setSuccessMessage(loginSuccessTitle, loginSuccessBody)
10661064
}
10671065
}

0 commit comments

Comments
 (0)