mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 02:16:29 +03:00
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:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user