We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0a4a1 commit 292f21eCopy full SHA for 292f21e
ide-common/src/main/kotlin/org/digma/intellij/plugin/auth/AuthManager.kt
@@ -527,7 +527,7 @@ class AuthManager(private val cs: CoroutineScope) : Disposable {
527
528
val refreshSuccess = try {
529
val loginHandler = LoginHandler.createLoginHandler(myAnalyticsProvider)
530
- loginHandler.refresh(account, credentials, "auto refresh job")
+ loginHandler.refresh(account, credentials, "auto refresh job because credentials expire in $expireIn")
531
} catch (e: Throwable) {
532
false
533
}
0 commit comments