Skip to content

Commit

Permalink
💚 Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed May 25, 2024
1 parent 31a480c commit 905903e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/magic-link/src/lib/ProviderModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const ProviderModal = () => {
providerName: selectedProvider?.provider!,
vertical: selectedProvider?.category!,
returnUrl: "https://google.com",
projectId: magicLink?.id_project,
projectId: magicLink!.id_project,
linkedUserId: magicLink?.id_linked_user as string,
onSuccess: () => console.log('OAuth successful'),
});
Expand Down

0 comments on commit 905903e

Please sign in to comment.