mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Redacted PIN
This commit is contained in:
parent
011f9dbb95
commit
6e3829c974
1 changed files with 2 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue