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 f6f4aa1 commit 6fb90a7Copy full SHA for 6fb90a7
src/Oauth.ts
@@ -76,7 +76,9 @@ export async function initializeOauthSession(domain: string): Promise<string> {
76
`https://${normalizeDomain(domain)}/api/oauth/create/session`,
77
{ method: 'POST' },
78
);
79
+
80
return session.data.key;
81
82
} catch (error) {
83
logMessage('error', {
84
code: 'ERR_SESSION',
0 commit comments