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';