Skip to content

Commit

Permalink
feat: turn on dribbble auth (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
uigywnkiub authored Jul 8, 2024
1 parent 8cdb103 commit ec48277
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/ui/sign-in/sign-in.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,7 @@ function SignIn() {
const buttonWithIcon = (icon: TIcon) => (
<ClientButton
title={title}
isDisabled={
provider === 'notion' ||
provider === 'dribbble' ||
isAnyLoading
}
isDisabled={provider === 'notion' || isAnyLoading}
className='min-w-[220px] bg-foreground font-medium text-default-50'
isLoading={isLoading}
onClick={(e) => onSignIn(e, provider)}
Expand Down

0 comments on commit ec48277

Please sign in to comment.