File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ import { STRING_KEYS } from '@/constants/localization';
66import { LoginMethod } from '@/types/turnkey' ;
77
88import {
9- CoinbaseIcon ,
10- EmailIcon ,
9+ CoinbaseIcon , // EmailIcon,
1110 GenericWalletIcon ,
1211 KeplrIcon ,
1312 MetaMaskIcon ,
@@ -166,11 +165,11 @@ export const wallets = {
166165 stringKey : STRING_KEYS . METAMASK ,
167166 icon : MetaMaskIcon ,
168167 } ,
169- [ WalletType . Turnkey ] : {
170- type : WalletType . Turnkey ,
171- stringKey : STRING_KEYS . EMAIL_OR_SOCIAL ,
172- icon : EmailIcon ,
173- } ,
168+ // [WalletType.Turnkey]: {
169+ // type: WalletType.Turnkey,
170+ // stringKey: STRING_KEYS.EMAIL_OR_SOCIAL,
171+ // icon: EmailIcon,
172+ // },
174173} satisfies Record < WalletInfo [ 'name' ] , WalletConfig > ;
175174
176175/**
You can’t perform that action at this time.
0 commit comments