Open Oskar-Nilsen-Roos opened 1 month ago
fix
Passing OAuthProvider.linkedinOidc or OAuthProvider.slackOidc provides no icon and no color styling.
OAuthProvider.linkedinOidc
OAuthProvider.slackOidc
Provides the same existing styling & icon for linkedinOidc and slackOidc as their non-oidc counterparts.
linkedinOidc
slackOidc
Related to other PR in supabase-flutter to add slackOidc provider option: https://github.com/supabase/supabase-flutter/pull/1066
What kind of change does this PR introduce?
fix
What is the current behavior?
Passing
OAuthProvider.linkedinOidc
orOAuthProvider.slackOidc
provides no icon and no color styling.What is the new behavior?
Provides the same existing styling & icon for
linkedinOidc
andslackOidc
as their non-oidc counterparts.Additional context
Related to other PR in supabase-flutter to add slackOidc provider option: https://github.com/supabase/supabase-flutter/pull/1066