Skip to content

Commit

Permalink
(signin): 💄 Change social logins buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Feb 19, 2022
1 parent 291b4b3 commit c5972ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/builder/components/auth/SocialLoginButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const SocialLoginButtons = () => {
onClick={handleGitHubClick}
data-testid="github"
isLoading={['loading', 'authenticated'].includes(status)}
variant="outline"
>
Continue with GitHub
</Button>
Expand All @@ -40,6 +41,7 @@ export const SocialLoginButtons = () => {
onClick={handleGoogleClick}
data-testid="google"
isLoading={['loading', 'authenticated'].includes(status)}
variant="outline"
>
Continue with Google
</Button>
Expand All @@ -48,6 +50,7 @@ export const SocialLoginButtons = () => {
onClick={handleFacebookClick}
data-testid="facebook"
isLoading={['loading', 'authenticated'].includes(status)}
variant="outline"
>
Continue with Facebook
</Button>
Expand Down

2 comments on commit c5972ec

@vercel
Copy link

@vercel vercel bot commented on c5972ec Feb 19, 2022

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on c5972ec Feb 19, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

builder-v2-typebot-io.vercel.app
builder-v2-git-main-typebot-io.vercel.app
app.typebot.io

Please sign in to comment.