Add a login switch to disable SSL verification

This commit is contained in:
2023-07-13 14:52:25 +02:00
parent c4f4bafe85
commit d167092c83
4 changed files with 66 additions and 26 deletions

View File

@ -139,6 +139,8 @@ class LoginActivity : AppCompatActivity(), DIAware {
showProgress(true)
appSettingsService.updateSelfSigned(binding.selfSigned.isChecked)
repository.refreshLoginInformation(url, login, password)
CoroutineScope(Dispatchers.Main).launch {