mirror of
https://github.com/etesync/android
synced 2024-11-25 17:38:13 +00:00
Don't leak passwords and token to log.
This commit is contained in:
parent
ef850822de
commit
f5c413069e
@ -85,7 +85,7 @@ public class BaseConfigurationFinder {
|
||||
// data classes
|
||||
|
||||
@RequiredArgsConstructor
|
||||
@ToString(exclude="logs")
|
||||
@ToString(exclude={"logs", "authtoken", "rawPassword", "password"})
|
||||
public static class Configuration implements Serializable {
|
||||
// We have to use URI here because HttpUrl is not serializable!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user