From 3786954a658985414f52d69d75df1d34dc9ca2fb Mon Sep 17 00:00:00 2001 From: Khushboo Vashi Date: Tue, 6 Jul 2021 13:22:58 +0530 Subject: [PATCH] Added support for OAuth 2 authentication. Fixes #5940 Initial patch sent by: Florian Sabonchi --- web/pgadmin/authenticate/oauth2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/web/pgadmin/authenticate/oauth2.py b/web/pgadmin/authenticate/oauth2.py index b7b236bbf..cc1143e06 100644 --- a/web/pgadmin/authenticate/oauth2.py +++ b/web/pgadmin/authenticate/oauth2.py @@ -106,7 +106,6 @@ class OAuth2Authentication(BaseAuthentication): api_base_url=oauth2_config['OAUTH2_API_BASE_URL'], client_kwargs={'scope': oauth2_config.get( 'OAUTH2_SCOPE', 'email profile')}, - ) def get_source_name(self):