Remove authentication tokens from logs
This commit is contained in:
parent
3e594c1fbd
commit
cb2a3a6540
@ -23,4 +23,7 @@ public class NewAuthToken extends Event<String> {
|
|||||||
public NewAuthToken(String token) {
|
public NewAuthToken(String token) {
|
||||||
super(token);
|
super(token);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() { return "NewAuthToken"; }
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user