fix oauth2decorator user_agent regression #5007043
This commit is contained in:
		@@ -584,7 +584,6 @@ class OAuth2WebServerFlow(Flow):
 | 
				
			|||||||
        'scope': self.scope,
 | 
					        'scope': self.scope,
 | 
				
			||||||
        })
 | 
					        })
 | 
				
			||||||
    headers = {
 | 
					    headers = {
 | 
				
			||||||
        'user-agent': self.user_agent,
 | 
					 | 
				
			||||||
        'content-type': 'application/x-www-form-urlencoded',
 | 
					        'content-type': 'application/x-www-form-urlencoded',
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user