Skip to content

Commit f74c1bd

Browse files
add custom auth too
1 parent 0139685 commit f74c1bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/thirdweb/src/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ export function LinkedProfilesScreen(props: {
101101
?.filter(
102102
(profile) =>
103103
profile.type.toLowerCase() !== "guest" &&
104-
profile.type.toLowerCase() !== "custom_jwt",
104+
profile.type.toLowerCase() !== "custom_jwt" &&
105+
profile.type.toLowerCase() !== "custom_auth_endpoint",
105106
)
106107
.map((profile) => (
107108
<LinkedProfile

0 commit comments

Comments
 (0)