Skip to content

Commit

Permalink
docs: 📝 update the example for the getAuthorizationURLParams
Browse files Browse the repository at this point in the history
  • Loading branch information
movinsilva committed Apr 17, 2024
1 parent 1521d4a commit 643ec7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ const config = {
}

auth.getAuthorizationURLParams(config).then((params)=>{

console.log(params);
}).catch((error)=>{
console.error(error);
});
Expand Down

0 comments on commit 643ec7b

Please sign in to comment.