mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Capability improvements
Additional branding options
This commit is contained in:
parent
7fce424758
commit
763fae345b
46 changed files with 880 additions and 556 deletions
|
|
@ -766,7 +766,8 @@ class ServiceActions
|
|||
*/
|
||||
public function ServiceSocialGoogle()
|
||||
{
|
||||
return $this->oActions->Social()->GooglePopupService();
|
||||
$bXAuth = '1' === (string) $this->oHttp->GetQuery('xauth', '0');
|
||||
return $this->oActions->Social()->GooglePopupService($bXAuth);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue