Fixing style errors.
This commit is contained in:
parent
ee4e209e7c
commit
b39b9e4227
@ -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';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user