I have a react app with an authenticator component with some social auths:
<Authenticator socialProviders={socialProviders} />
However, I do not want to show the social providers on top, which is the default on the component. I know I can reorder form fields, but I was not able to find any way to reorder the social providers so they appear below normal signup/signin instead of above it