Skip to content

Commit

Permalink
Merge pull request #479 from vitalikda/patch-1
Browse files Browse the repository at this point in the history
fix typo of advanced whitelisting code snippet
  • Loading branch information
shahbaz17 authored Sep 13, 2023
2 parents dc048fb + 34fa06d commit bf1673b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dashboard-setup/whitelisting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const sig = await whitelistUrl(clientId, clientSecret, origin);
const openloginAdapter = new OpenloginAdapter({
privateKeyProvider,
adapterSettings: {
originData: { origin: sig },
originData: { [origin]: sig },
},
});
```
Expand Down

1 comment on commit bf1673b

@vercel
Copy link

@vercel vercel bot commented on bf1673b Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web3auth-docs – ./

w3a-docs.vercel.app
web3auth-docs-web3auth.vercel.app
web3auth-docs-git-master-web3auth.vercel.app

Please sign in to comment.