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 01f8fec commit 794f90cCopy full SHA for 794f90c
src/main/kotlin/com/jetpackduba/gitnuro/credentials/HttpCredentialsProvider.kt
@@ -81,7 +81,7 @@ class HttpCredentialsProvider @AssistedInject constructor(
81
isLfs = false,
82
)
83
84
- if (cachedCredentials == null || appSettingsRepository.cacheCredentialsInMemory) {
+ if (cachedCredentials == null || !appSettingsRepository.cacheCredentialsInMemory) {
85
val credentials = askForCredentials()
86
87
userItem.value = credentials.user
0 commit comments