Skip to content

Commit

Permalink
Merge pull request #210 from curvefi/bug/onboard-disconnect
Browse files Browse the repository at this point in the history
fix: onboard disconnect bug
  • Loading branch information
ignromanov committed Jun 14, 2024
2 parents 1e5385d + d37ff2b commit 9477d86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/onboard-helpers/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ export function initOnboard(i18n, locale, themeType, networks) {
enabled: false,
},
},
connect: {
autoConnectLastWallet: true,
},
})

if (walletState && locale) {
Expand Down

0 comments on commit 9477d86

Please sign in to comment.