Skip to content

Commit d9cc328

Browse files
committed
remove social wallet option
1 parent e08d437 commit d9cc328

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/constants/wallets.ts

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ import { STRING_KEYS } from '@/constants/localization';
66
import { LoginMethod } from '@/types/turnkey';
77

88
import {
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
/**

0 commit comments

Comments
 (0)