You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Specify slack_oidc provider in the list
Sign in button will be generated but without logo and proper text
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
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
Additional context
A similar issue occurred for LinkedIn also - #234
Happy to give a similar PR for Slack OIDC as well.
The text was updated successfully, but these errors were encountered: