Can't populate Contact Component under User collection upon signing in

[

I am encountering an issue with my Strapi application where the user data from the Contact component is not included in the response when signing in. Despite having populated data in the Contact component for users, the response from the sign-in endpoint does not include this information. However, upon further investigation, it has been observed that when triggering the API request to retrieve user information after logging in, the Contact component data is indeed populated in the response. How can I include it in my sign-in response?

http://localhost:1337/api/auth/local?populate[0]=Contact method Post

image

details=“System Information”]

  • Strapi Version: 4
  • Operating System: Windows 10
  • Database: Postgres
  • Node Version: v20
  • NPM Version:
  • Yarn Version:
    [/details]