add linkedin as oauth integration

This commit is contained in:
Ruben Fiszel
2022-12-09 19:38:50 +01:00
parent 7e47175f41
commit 861fa07ace
@@ -175,7 +175,7 @@
await OauthService.createAccount({
workspace: $workspaceStore!,
requestBody: {
refresh_token: valueToken.refresh_token,
refresh_token: valueToken.refresh_token ?? '',
expires_in: valueToken.expires_in,
owner: path.split('/').slice(0, 2).join('/'),
client: resource_type