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 472bac9 commit 9a0382bCopy full SHA for 9a0382b
README.md
@@ -85,7 +85,7 @@ const authorizeUrl = WebflowClient.authorizeURL({
85
state: "your_state",
86
scope: "sites:read",
87
clientId: "your_client_id",
88
- redirctUri: "your_redirect_uri",
+ redirectUri: "your_redirect_uri",
89
});
90
91
console.log(authorizeUrl);
0 commit comments