Skip to content

Commit

Permalink
Merge pull request #123 from reown-com/remove-siwe-comment
Browse files Browse the repository at this point in the history
Docs update: Removing unnecessary comment from JS SIWE doc page
  • Loading branch information
rohit-710 authored Oct 30, 2024
2 parents 96b8f87 + 5e02008 commit 92c8d2c
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 92c8d2c

Please sign in to comment.