Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect parameters in docs/README #146

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conversation

Jun-del
Copy link
Contributor

@Jun-del Jun-del commented May 10, 2024

Fix typo in WebflowClient.authorizeURL params

const authorizeUrl = WebflowClient.authorizeURL({
    state: "your_state",
    scope: "sites:read",
    clientId: "your_client_id",
    redirctUri: "your_redirect_uri",  // --> rename to redirectUri
  });

@dsinghvi dsinghvi merged commit 9a0382b into webflow:master Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants