Skip to content

Commit

Permalink
fix typo of advanced whitelisting code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalikda authored Sep 13, 2023
1 parent 73031d3 commit 34fa06d
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

0 comments on commit 34fa06d

Please sign in to comment.