Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slack OIDC is not displayed properly #265

Open
worldofprasanna opened this issue Jul 14, 2024 · 0 comments
Open

Slack OIDC is not displayed properly #265

worldofprasanna opened this issue Jul 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@worldofprasanna
Copy link

Bug report

Describe the bug

I have setup Slack_OIDC Provider as the default Slack provider is deprecated and I couldn't create it in Supabase. But in the Auth component, it is rendered as "Slack_oidc" and without any Logo.

To Reproduce

  1. Specify slack_oidc provider in the list
  2. Sign in button will be generated but without logo and proper text

Eg:
<Auth
supabaseClient={supabase}
appearance={{ theme: ThemeSupa }}
theme="default"
providers={["google", "slack_oidc"]}
/>

Expected behavior

I expect the Slack Login button to be generated with the proper logo and name as "Slack" (not as Slack_oidc)

Screenshots

image

Additional context

A similar issue occurred for LinkedIn also - #234

Happy to give a similar PR for Slack OIDC as well.

@worldofprasanna worldofprasanna added the bug Something isn't working label Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant