From b39b9e42270ebec82f681db4f842405bc46d6e09 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Mon, 14 Sep 2020 13:19:26 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/admin/oauthlogintokens.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/oauthlogintokens.php b/htdocs/admin/oauthlogintokens.php index 30d22c491ee..a2b35c9eceb 100644 --- a/htdocs/admin/oauthlogintokens.php +++ b/htdocs/admin/oauthlogintokens.php @@ -156,7 +156,7 @@ if ($mode == 'setup' && $user->admin) // List of keys that will be converted into scopes (from constants 'SCOPE_state_in_uppercase' in file of service). // We pass this param list in to 'state' because we need it before and after the redirect. $shortscope = 'userinfo_email,userinfo_profile,cloud_print'; - if(!empty($conf->global->OAUTH_GSUITE)){ + if (!empty($conf->global->OAUTH_GSUITE)){ $shortscope .= ',admin_directory_user'; } //$scope.=',gmail_full';