Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
imhson committed Aug 8, 2024
1 parent 8cd2900 commit c171670
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/context/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ function ContextProvider({ children }: any) {
const domain = window.location.host
const origin = window.location.origin
const statement = 'Sign in with Aura Network to the app.'
console.log(data)
const addr = data?.accounts[0] || address
const siweMessage = new SiweMessage({
scheme: undefined,
Expand Down

0 comments on commit c171670

Please sign in to comment.