Skip to content

Instantly share code, notes, and snippets.

@aaronvg
Created September 3, 2024 19:43
Show Gist options
  • Select an option

  • Save aaronvg/81e32017a484e15d27176db8f92b6ed6 to your computer and use it in GitHub Desktop.

Select an option

Save aaronvg/81e32017a484e15d27176db8f92b6ed6 to your computer and use it in GitHub Desktop.
propel
<html lang="en">
<AuthProvider authUrl={process.env.NEXT_PUBLIC_AUTH_URL!}>
<PHProvider>
<body className={inter.className}>
<PostHogPageView />
<SignedIn>
<RootDashboardLayout>{children}</RootDashboardLayout>
</SignedIn>
<SignedOut>
<RedirectToSignIn />
</SignedOut>
</body>
</PHProvider>
</AuthProvider>
</html>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment