Fixed: Dont cycle to storeUser
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
37a3368b2f
commit
3758c3c5ff
|
@ -128,7 +128,6 @@ class InstagramLogin extends FormWidgetBase
|
||||||
]]);
|
]]);
|
||||||
$data = json_decode((string) $response->getBody());
|
$data = json_decode((string) $response->getBody());
|
||||||
|
|
||||||
$this->storeUser($accessToken);
|
|
||||||
InstagramUser::create([
|
InstagramUser::create([
|
||||||
'access_token' => $accessToken,
|
'access_token' => $accessToken,
|
||||||
'name' => $data->username,
|
'name' => $data->username,
|
||||||
|
|
Loading…
Reference in New Issue