Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Nov 9, 2023
1 parent 6576e23 commit 4396e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/seam/connect/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const getAuthHeadersForConsoleSessionToken = ({

if (isPublishableKey(consoleSessionToken)) {
throw new SeamHttpInvalidTokenError(
'A Publishable Key cannot be used as a clientSessionToken',
'A Publishable Key cannot be used as a consoleSessionToken',
)
}

Expand Down

0 comments on commit 4396e50

Please sign in to comment.