Skip to content
Snippets Groups Projects
Unverified Commit 2822ead4 authored by Sumner Evans's avatar Sumner Evans
Browse files

provisioning: actually set client before connect

parent 339f68b7
No related branches found
No related tags found
No related merge requests found
Pipeline #16649 passed
......@@ -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{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment