mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Redacted PIN
This commit is contained in:
@@ -2250,6 +2250,8 @@ public class Log {
|
||||
value = "[redacted]";
|
||||
else if ("cloud_password".equals(key) && value != null)
|
||||
value = "[redacted]";
|
||||
else if ("pin".equals(key) && value != null)
|
||||
value = "[redacted]";
|
||||
else if (key != null && key.startsWith("oauth."))
|
||||
value = "[redacted]";
|
||||
size += write(os, key + "=" + value + "\r\n");
|
||||
|
||||
Reference in New Issue
Block a user