mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 08:01:38 +00:00
add linkedin as oauth integration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user