Refined Login page providers
v1.7.4December 22, 2025
Back to Release NotesThis release simplifies the social login options on the LoginPage by removing support for several providers and streamlining the provider configuration. The changes focus on cleaning up both the UI and the authentication logic.
Social login provider cleanup:
- Removed commented-out configurations for Twitter, Facebook, LinkedIn, and Microsoft (Azure) from the
socialProvidersarray inLoginPage.tsxto reduce clutter and clarify which providers are currently supported. - Removed the "apple" provider from the list of supported authentication providers in the login handler, ensuring consistency between the UI and backend logic.
