> ## Documentation Index
> Fetch the complete documentation index at: https://auth0-feat-acul-js-sdk-1-7-0-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ScreenMembersOnLogin

Extended screen members interface for the login screen

```ts Example theme={null}
export interface ScreenMembersOnLogin extends ScreenMembers {
  signupLink: string | null;
  resetPasswordLink: string | null;
  data: {
    username?: string;
    activeIdentifierType?: IdentifierType;
  } | null;
}
```

## Properties

<ParamField body="captcha" type={<span><a href="/docs/libraries/acul/react-sdk/API-Reference/Types/interfaces/CaptchaContext">CaptchaContext</a></span>} />

<ParamField body="captchaImage" type="string" />

<ParamField body="captchaProvider" type="string" />

<ParamField body="captchaSiteKey" type="string" />

<ParamField body="data" type="username?, activeIdentifierType?">
  `activeIdentifierType` is the identifier input to pre-select. Absent when the server resolved none — fall back to the first of `email`, `username`, `phone` returned by `useLoginIdentifiers()`.
</ParamField>

<ParamField body="isCaptchaAvailable" type="boolean" />

<ParamField body="links" type="Record" />

<ParamField body="name" type="string" />

<ParamField body="resetPasswordLink" type="string" />

<ParamField body="signupLink" type="string" />

<ParamField body="texts" type="Record" />
