|
@@ -144,7 +144,7 @@ class UsersV2Controller extends Controller
|
|
|
'secret' => $secret,
|
|
|
'oauth' => [
|
|
|
'scopes' => ['snsapi_base'],
|
|
|
- 'callback' => env('AUTH_CALLBACK_URL') . '?' . http_build_query($params),],];
|
|
|
+ 'callback' => env('AUTH_CALLBACK_URL_V2_2') . '?' . http_build_query($params),],];
|
|
|
$app = new Application($options);
|
|
|
return $app->oauth->redirect();
|
|
|
}else{
|