File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/thirdweb/src/wallets/connection Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -93,9 +93,9 @@ const _autoConnectCore = async ({
93
93
clientId : props . client . clientId ,
94
94
ecosystem : isEcosystemWallet ( wallet )
95
95
? {
96
- id : wallet . id ,
97
- partnerId : wallet . getConfig ( ) ?. partnerId ,
98
- }
96
+ id : wallet . id ,
97
+ partnerId : wallet . getConfig ( ) ?. partnerId ,
98
+ }
99
99
: undefined ,
100
100
} ) ;
101
101
await clientStorage . saveAuthCookie ( urlToken . authCookie ) ;
@@ -151,9 +151,9 @@ const _autoConnectCore = async ({
151
151
const connectedWallet = await ( connectOverride
152
152
? connectOverride ( activeWallet )
153
153
: manager . connect ( activeWallet , {
154
- client : props . client ,
155
- accountAbstraction : props . accountAbstraction ,
156
- } ) ) ;
154
+ client : props . client ,
155
+ accountAbstraction : props . accountAbstraction ,
156
+ } ) ) ;
157
157
if ( connectedWallet ) {
158
158
autoConnected = true ;
159
159
try {
You can’t perform that action at this time.
0 commit comments