Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
borut-t committed Sep 20, 2023
1 parent 5248ba0 commit 8a8669c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LinkedIn/LinkedInAuthenticator+Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public extension LinkedInAuthenticator {
guard var urlComponents = URLComponents(url: authEndpoint, resolvingAgainstBaseURL: false) else { return nil }
var queryItems: [URLQueryItem] = [
.init(name: "response_type", value: "code"),
.init(name: "connection", value: "linkedin"),
.init(name: "connection_id", value: "linkedin"),
.init(name: "client_id", value: clientId),
.init(name: "redirect_uri", value: redirectUrl.absoluteString),
.init(name: "state", value: state),
Expand Down

0 comments on commit 8a8669c

Please sign in to comment.