1 parent a27af29 commit aaa6306Copy full SHA for aaa6306
1 file changed
frontend/components/auth/SocialLogin.tsx
@@ -24,7 +24,9 @@ export function SocialLogin() {
24
try {
25
setLoading(true);
26
27
+ // @ts-expect-error - Web3Auth type mismatch from rebase dependency bump
28
await web3auth.initModal();
29
+
30
// @ts-expect-error - WALLET_ADAPTERS.AUTH renamed to OPENLOGIN in newer versions
31
const web3authProvider = await web3auth.connectTo(WALLET_ADAPTERS.AUTH || WALLET_ADAPTERS.OPENLOGIN, {
32
loginProvider,
@@ -89,4 +91,4 @@ export function SocialLogin() {
89
91
</Button>
90
92
</div>
93
);
-}
94
+}
0 commit comments