diff --git a/src/components/common/SocialSigner/index.tsx b/src/components/common/SocialSigner/index.tsx index ac30d1e5ca..c7f1138219 100644 --- a/src/components/common/SocialSigner/index.tsx +++ b/src/components/common/SocialSigner/index.tsx @@ -63,6 +63,8 @@ export const SocialSigner = ({ const userInfo = socialWalletService?.getUserInfo() const isDisabled = loginPending || !isMPCLoginEnabled + const isWelcomePage = !!onLogin + const recoverPassword = useCallback( async (password: string, storeDeviceFactor: boolean) => { if (!socialWalletService) return @@ -143,7 +145,7 @@ export const SocialSigner = ({ ) : ( - +