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