fix: Don't log SecureJoin QRs

Delta Chat mustn't write sensitive information to unencrypted log files in local storage.
This commit is contained in:
iequidoo
2024-02-11 22:09:54 -03:00
committed by link2xt
parent 3a787519b3
commit 794596ec69
3 changed files with 12 additions and 18 deletions

View File

@@ -97,7 +97,7 @@ impl TryFrom<Qr> for QrInvite {
invitenumber,
authcode,
}),
_ => bail!("Unsupported QR type {:?}", qr),
_ => bail!("Unsupported QR type"),
}
}
}