This commit is contained in:
Hugh Nimmo-Smith 2026-05-18 11:52:51 +01:00
parent 458405b29f
commit fb17fc7e8a

View file

@ -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