We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0139685 commit f74c1bdCopy full SHA for f74c1bd
packages/thirdweb/src/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.tsx
@@ -101,7 +101,8 @@ export function LinkedProfilesScreen(props: {
101
?.filter(
102
(profile) =>
103
profile.type.toLowerCase() !== "guest" &&
104
- profile.type.toLowerCase() !== "custom_jwt",
+ profile.type.toLowerCase() !== "custom_jwt" &&
105
+ profile.type.toLowerCase() !== "custom_auth_endpoint",
106
)
107
.map((profile) => (
108
<LinkedProfile
0 commit comments