Iterate
This commit is contained in:
parent
458405b29f
commit
fb17fc7e8a
1 changed files with 2 additions and 1 deletions
|
|
@ -446,7 +446,8 @@ class RustMatrixAuthenticationService(
|
|||
}
|
||||
|
||||
if (baseUrlOrServerName.isBlank()) {
|
||||
error("The QR code contains an empty base URL or server name, which is invalid")
|
||||
Timber.e("The QR code contains an empty base URL or server name, which is invalid")
|
||||
throw HumanQrLoginException.Unknown()
|
||||
}
|
||||
|
||||
return rustMatrixClientFactory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue