Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 655a53b

Browse files
authored
fix: Send userIdentifierKey in body (#199)
1 parent 98d3297 commit 655a53b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/seam-connect/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ Use something with sufficient entropy know only to the owner of the client sessi
136136
}
137137

138138
const headers = {
139-
"seam-user-identifier-key": options.userIdentifierKey,
140139
...getKeyHeaders(),
141140
...axiosOptions?.headers,
142141
}
@@ -150,6 +149,7 @@ Use something with sufficient entropy know only to the owner of the client sessi
150149
return makeRequest(client, {
151150
method: "PUT",
152151
url: "/client_sessions/create",
152+
data: { user_identifier_key: options.userIdentifierKey },
153153
})
154154
}
155155
}

0 commit comments

Comments
 (0)