mirror of
https://github.com/etesync/android
synced 2024-11-29 11:28:19 +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
|
// data classes
|
||||||
|
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
@ToString(exclude="logs")
|
@ToString(exclude={"logs", "authtoken", "rawPassword", "password"})
|
||||||
public static class Configuration implements Serializable {
|
public static class Configuration implements Serializable {
|
||||||
// We have to use URI here because HttpUrl is not serializable!
|
// We have to use URI here because HttpUrl is not serializable!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user