Skip to content

Commit cbe8060

Browse files
committed
fix: build errors
1 parent e12d523 commit cbe8060

File tree

1 file changed

+0
-3
lines changed
  • apps/sim/app/credential-account/[token]

1 file changed

+0
-3
lines changed

apps/sim/app/credential-account/[token]/page.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,12 +221,10 @@ export default function CredentialAccountInvitePage() {
221221
label: 'Create an account',
222222
onClick: () =>
223223
router.push(`/signup?callbackUrl=${callbackUrl}&invite_flow=true&new=true`),
224-
variant: 'outline' as const,
225224
},
226225
{
227226
label: 'Return to Home',
228227
onClick: () => router.push('/'),
229-
variant: 'ghost' as const,
230228
},
231229
]}
232230
/>
@@ -260,7 +258,6 @@ export default function CredentialAccountInvitePage() {
260258
{
261259
label: 'Return to Home',
262260
onClick: () => router.push('/'),
263-
variant: 'ghost' as const,
264261
},
265262
]}
266263
/>

0 commit comments

Comments
 (0)