Skip to content

Commit 48d3f28

Browse files
author
ikethirdweb
committed
update error message
1 parent 8062f12 commit 48d3f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/src/evm/wallets/wallets/embedded/EmbeddedSocialConnection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const EmbeddedSocialConnection: React.FC<
4242
}
4343
})
4444
.catch((error) => {
45-
console.error("Error validating otp: ", error);
45+
console.error("Error logging in with google: ", error);
4646
setErrorMessage("Error login in. Please try again later.");
4747
});
4848
}, 0);

0 commit comments

Comments
 (0)