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

@@ -124,8 +124,7 @@ pub async fn get_securejoin_qr(context: &Context, group: Option<ChatId>) -> Resu
)
};
info!(context, "Generated QR code: {}", qr);
info!(context, "Generated QR code.");
Ok(qr)
}