We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e5763 commit 2d13758Copy full SHA for 2d13758
src/lib/seam/connect/auth.ts
@@ -63,7 +63,8 @@ export const getAuthHeaders = (options: Options): Headers => {
63
'clientSessionToken,',
64
'publishableKey,',
65
'consoleSessionToken',
66
- 'or personalAccessToken',
+ 'or personalAccessToken.',
67
+ 'Attempted reading configuration from the environment, but the environment variable SEAM_API_KEY is not set.',
68
].join(' '),
69
)
70
}
0 commit comments