Skip to content

Commit

Permalink
feat(wallet-dashboard): Enable autoconnect of wallet (#4237)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 authored Nov 26, 2024
1 parent a58dc8e commit ee17109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/wallet-dashboard/providers/AppProviders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export function AppProviders({ children }: React.PropsWithChildren) {
<QueryClientProvider client={queryClient}>
<IotaClientProvider networks={allNetworks} defaultNetwork={defaultNetwork}>
<WalletProvider
autoConnect={true}
theme={[
{
variables: lightTheme,
Expand Down

0 comments on commit ee17109

Please sign in to comment.