Fixing style errors.

This commit is contained in:
stickler-ci 2020-09-14 13:19:26 +00:00
parent ee4e209e7c
commit b39b9e4227

View File

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