supabase-community / auth-ui

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

Linkedin OIDC Logo and title in react auth #237

Closed kieronjmckenna closed 8 months ago

kieronjmckenna commented 10 months ago

What kind of change does this PR introduce?

Adding in the linkedin logo and fixing the display name when using the new LinkedIn OIDC provider

What is the current behavior?

Currently it looks like this with the new provider

sign-in

Which is not ideal

What is the new behavior?

In the react example it now looks like this running in dev:

Screenshot 2023-11-18 at 17 49 31

The same way it looks with the old provider

Additional context

There is an issue filed for this here:

https://github.com/supabase/auth-ui/issues/234

This is my first pull request here, I've tried to follow the guidelines but apologies if I've not stuck to protocol in some way

designbureau commented 9 months ago

Any update on this?