supabase-community / auth-ui

Pre-built Auth UI for React
https://supabase.com/docs/guides/auth/auth-helpers/auth-ui
MIT License
478 stars 120 forks source link

Email / password not hidable #180

Closed accesstechnology-mike closed 1 year ago

accesstechnology-mike commented 1 year ago

Within an app requiring social login, it's not possible through view types to hide email / password options.

Expected behaviour view="social" would display social login options only.

image

silentworks commented 1 year ago

You can hide email and password by using the onlyThirdPartyProviders={true}.