Skip to content

Commit 01692c1

Browse files
committed
styling
1 parent 241e79f commit 01692c1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

apps/sim/app/(auth)/signup/signup-form.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -376,11 +376,7 @@ function SignupFormContent({
376376
return hasOnlySSO
377377
})() && (
378378
<div className='mt-8'>
379-
<SSOLoginButton
380-
callbackURL={redirectUrl || '/workspace'}
381-
variant='primary'
382-
className={buttonClass}
383-
/>
379+
<SSOLoginButton callbackURL={redirectUrl || '/workspace'} variant='primary' />
384380
</div>
385381
)}
386382

0 commit comments

Comments
 (0)