> ## Documentation Index
> Fetch the complete documentation index at: https://docs.particle.pro/llms.txt
> Use this file to discover all available pages before exploring further.

# social_login_only

> Account uses social login

export const LoginLink = ({children}) => {
  return <a href="https://platform.particle.pro/login">{children}</a>;
};

|                    |                            |
| ------------------ | -------------------------- |
| **HTTP status**    | `422 Unprocessable Entity` |
| **Error code**     | `social_login_only`        |
| **Resolve action** | `login`                    |

## What happened

The account was created using Google sign-in and does not have a password set. Password reset is not available for social login accounts.

## How to fix

Visit the <LoginLink>login page</LoginLink> and click "Sign in with Google".
