add linkedin as oauth integration

This commit is contained in:
Ruben Fiszel
2022-12-09 19:28:00 +01:00
parent 18c7a33b6d
commit d2dfe29f03
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1139,7 +1139,6 @@ paths:
client:
type: string
required:
- refresh_token
- expires_in
- owner
- client
@@ -170,7 +170,7 @@
}
let account: number | undefined = undefined
if (valueToken?.refresh_token != undefined || valueToken?.expires_in != undefined) {
if (valueToken?.expires_in != undefined) {
account = Number(
await OauthService.createAccount({
workspace: $workspaceStore!,