fix: correct copy-pasted DCACCOUNT parsing errors message

Apparently error message was copy-pasted from DCWEBRTC handling code.
This commit is contained in:
link2xt
2024-07-20 11:45:12 +00:00
parent d6d90db957
commit 87a45e88dc

View File

@@ -510,7 +510,7 @@ fn decode_account(qr: &str) -> Result<Qr> {
Ok(Qr::Account {
domain: url
.host_str()
.context("can't extract WebRTC instance domain")?
.context("can't extract account setup domain")?
.to_string(),
})
} else {