Add a login switch to disable SSL verification
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
2023-07-13 14:52:25 +02:00
parent 313042955c
commit b793301706
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 {