Skip to content

Commit

Permalink
Removing unnecessary comment from JS SIWE doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-710 committed Oct 30, 2024
1 parent b1570f0 commit 5e02008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/appkit/shared/siwe/code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async function getSession(){

// Check the full example for signOut and getNonce functions ...

/* Create a SIWE configuration object */ //This code snippet may change for reown - to be confirmed
/* Create a SIWE configuration object */
const siweConfig = createSIWEConfig({
getMessageParams: async () => ({
domain: window.location.host,
Expand Down

0 comments on commit 5e02008

Please sign in to comment.