js-webflow-api icon indicating copy to clipboard operation
js-webflow-api copied to clipboard

Fix incorrect parameters in docs/README

Open Jun-del opened this issue 1 year ago • 0 comments

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
  });

Jun-del avatar May 10 '24 04:05 Jun-del