fix client id
This commit is contained in:
@@ -62,13 +62,15 @@ function AllProviders({ children }: { children: React.ReactNode }) {
|
|||||||
defaultTheme="light"
|
defaultTheme="light"
|
||||||
disableTransitionOnChange
|
disableTransitionOnChange
|
||||||
>
|
>
|
||||||
<OpenpanelProvider
|
{process.env.NEXT_PUBLIC_OP_CLIENT_ID && (
|
||||||
url="https://op.coderax.se/api"
|
<OpenpanelProvider
|
||||||
clientId="301c6dc1-424c-4bc3-9886-a8beab09b615"
|
url="https://op.coderax.se/api"
|
||||||
profileId={userId || undefined}
|
clientId={process.env.NEXT_PUBLIC_OP_CLIENT_ID}
|
||||||
trackScreenViews
|
profileId={userId || undefined}
|
||||||
trackOutgoingLinks
|
trackScreenViews
|
||||||
/>
|
trackOutgoingLinks
|
||||||
|
/>
|
||||||
|
)}
|
||||||
<ReduxProvider store={storeRef.current}>
|
<ReduxProvider store={storeRef.current}>
|
||||||
<api.Provider client={trpcClient} queryClient={queryClient}>
|
<api.Provider client={trpcClient} queryClient={queryClient}>
|
||||||
<QueryClientProvider client={queryClient}>
|
<QueryClientProvider client={queryClient}>
|
||||||
|
|||||||
Reference in New Issue
Block a user