Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linkedin
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mautrix
linkedin
Commits
2822ead4
Unverified
Commit
2822ead4
authored
1 week ago
by
Sumner Evans
Browse files
Options
Downloads
Patches
Plain Diff
provisioning: actually set client before connect
Signed-off-by:
Sumner Evans
<
sumner.evans@automattic.com
>
parent
339f68b7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#16649
passed
1 week ago
Stage: build
Stage: build docker
Stage: manifest
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pkg/connector/login.go
+1
-0
1 addition, 0 deletions
pkg/connector/login.go
with
1 addition
and
0 deletions
pkg/connector/login.go
+
1
−
0
View file @
2822ead4
...
...
@@ -119,6 +119,7 @@ func (c *CookieLogin) SubmitCookies(ctx context.Context, cookies map[string]stri
if
err
!=
nil
{
return
nil
,
fmt
.
Errorf
(
"failed to save new login: %w"
,
err
)
}
ul
.
Client
=
NewLinkedInClient
(
context
.
Background
(),
c
.
main
,
ul
)
ul
.
Client
.
Connect
(
ul
.
Log
.
WithContext
(
context
.
Background
()))
return
&
bridgev2
.
LoginStep
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment