Skip to content

Commit

Permalink
Console line for shared email
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgahan-arikan committed Jul 25, 2023
1 parent efc364b commit 5002fcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ const App = () => {
if (connectDetails.connected) {
setChainId(await wallet.getChainId())
appendConsoleLine('Wallet connected!')
appendConsoleLine(`shared email: ${connectDetails.email}`)
setIsWalletConnected(true)
} else {
appendConsoleLine('Failed to connect wallet - ' + connectDetails.error)
Expand Down

0 comments on commit 5002fcd

Please sign in to comment.