Skip to content

Commit

Permalink
Merge pull request #296 from mycookbook/quick-fix-tiktok-login
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
fokosun authored Oct 7, 2023
2 parents a5f0d1c + 59d3ef4 commit 94134e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/AuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public function tikTokHandleCallback(Request $request, TikTokHttpClient $httpCli
TikTokUserIsAuthenticated::dispatch(new TikTokUserDto(
$user->getKey(),
Arr::get($userInfo, 'data.user.open_id'),
Arr::get($userInfo, 'data.access_token'),
Arr::get($decoded, 'data.access_token'),
Arr::get($userInfo, 'data.user.is_verified'),
Arr::get($userInfo, 'data.user.profile_deep_link'),
Arr::get($userInfo, 'data.user.bio_description'),
Expand Down

0 comments on commit 94134e7

Please sign in to comment.