diff --git a/src/auth/oauth-query-string.ts b/src/auth/oauth-query-string.ts index ff12c03..f4bebd3 100644 --- a/src/auth/oauth-query-string.ts +++ b/src/auth/oauth-query-string.ts @@ -24,7 +24,7 @@ export default function oAuthQueryString( state: requestNonce, scope: scopes.join(', '), client_id: apiKey, - redirect_uri: `https://${appUrl}${callbackPath}`, + redirect_uri: `${appUrl}${callbackPath}`, }; if (accessMode === 'online') {