Skip to content

Commit

Permalink
Merge pull request #329 from tchief/fix/auth-icons
Browse files Browse the repository at this point in the history
hotfix: Auth component could not be used for Slack, Spotify, Linkedin or Notion.
  • Loading branch information
MildTomato authored Apr 4, 2022
2 parents 743b294 + 884e3c3 commit c280fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Auth/Auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ function SocialAuth({
shadow
size={socialButtonSize}
style={socialColors ? buttonStyles[provider] : {}}
icon={<AuthIcon />}
icon={AuthIcon ? <AuthIcon /> : ''}
loading={loading}
onClick={() => handleProviderSignIn(provider)}
className="flex items-center"
Expand Down

1 comment on commit c280fa1

@vercel
Copy link

@vercel vercel bot commented on c280fa1 Apr 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.