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 cbd3f17 commit 0485c4fCopy full SHA for 0485c4f
src/wrapper/WebflowClient.ts
@@ -33,7 +33,7 @@ export class WebflowClient extends FernClient {
33
if (typeof scope === "string") {
34
params["scope"] = scope;
35
} else {
36
- params["scope"] = scope.join("+");
+ params["scope"] = scope.join(" ");
37
}
38
return `https://webflow.com/oauth/authorize?${qs.stringify(params)}`;
39
0 commit comments