This commit is contained in:
Hugh Nimmo-Smith 2026-05-18 11:52:51 +01:00
parent 7d6126409f
commit a5771d5749

View file

@ -446,7 +446,8 @@ class RustMatrixAuthenticationService(
} }
if (baseUrlOrServerName.isBlank()) { 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 return rustMatrixClientFactory