@@ -26,7 +26,7 @@ |
||
26 | 26 | $this->provider = new Google([ |
27 | 27 | 'clientId' => $this->clientId, |
28 | 28 | 'clientSecret' => $this->clientSecret, |
29 | - 'redirectUri' => 'https://' . $this->domainService->getMainDomain(). '/oauth/google/return', |
|
29 | + 'redirectUri' => 'https://' . $this->domainService->getMainDomain() . '/oauth/google/return', |
|
30 | 30 | //'hostedDomain' => 'example.com', // optional; used to restrict access to users on your G Suite/Google Apps for Business accounts |
31 | 31 | ]); |
32 | 32 |
@@ -26,7 +26,7 @@ |
||
26 | 26 | $this->provider = new Facebook([ |
27 | 27 | 'clientId' => $this->clientId, |
28 | 28 | 'clientSecret' => $this->clientSecret, |
29 | - 'redirectUri' => 'https://' . $this->domainService->getMainDomain(). '/oauth/facebook/return', |
|
29 | + 'redirectUri' => 'https://' . $this->domainService->getMainDomain() . '/oauth/facebook/return', |
|
30 | 30 | //'hostedDomain' => 'example.com', // optional; used to restrict access to users on your G Suite/Facebook Apps for Business accounts |
31 | 31 | ]); |
32 | 32 | } |
@@ -27,7 +27,7 @@ |
||
27 | 27 | $this->provider = new Instagram([ |
28 | 28 | 'clientId' => $this->clientId, |
29 | 29 | 'clientSecret' => $this->clientSecret, |
30 | - 'redirectUri' => 'https://' .$this->domainService->getMainDomain() . '/oauth/instagram/return', |
|
30 | + 'redirectUri' => 'https://' . $this->domainService->getMainDomain() . '/oauth/instagram/return', |
|
31 | 31 | //'hostedDomain' => 'example.com', // optional; used to restrict access to users on your G Suite/Instagram Apps for Business accounts |
32 | 32 | ]); |
33 | 33 | } |