Skip to content

Commit

Permalink
Merge pull request #13 from oaknational/chore/add-user-log-url-to-readme
Browse files Browse the repository at this point in the history
add `userLogUrl` to example
  • Loading branch information
carlmw authored Jul 24, 2024
2 parents d6107b0 + dbb5981 commit 305dada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const client = new OakConsentClient({
appSlug: "unique-slug-for-app",
policiesUrl: "https://example.com/policies",
consentLogUrl: "http://example.com/consent-log",
userLogUrl: "http://example.com/user-log",
onError: console.error,
});

Expand Down

0 comments on commit 305dada

Please sign in to comment.