Skip to content

Commit d2921f7

Browse files
committed
redundant
1 parent 8960fac commit d2921f7

File tree

1 file changed

+1
-1
lines changed
  • plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/credentials

1 file changed

+1
-1
lines changed

plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/credentials/ToolkitAuthManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ fun maybeReauthProviderIfNeeded(
314314
onReauthRequired: (SsoOidcException?) -> Any,
315315
): Boolean {
316316
val state = tokenProvider.state()
317-
return when (state) {
317+
when (state) {
318318
BearerTokenAuthState.NOT_AUTHENTICATED -> {
319319
getLogger<ToolkitAuthManager>().info { "Token provider NOT_AUTHENTICATED, requesting login" }
320320
onReauthRequired(null)

0 commit comments

Comments
 (0)