mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 12:43:24 +00:00
Fixed Infinate Redirect When trying to Login or Signup
This commit is contained in:
parent
525e9311e0
commit
fd40614b93
5 changed files with 6 additions and 6 deletions
|
@ -1,13 +1,10 @@
|
|||
import { Toaster } from 'sonner';
|
||||
import { auth } from '@clerk/nextjs/server';
|
||||
import { ClerkProvider } from '@clerk/nextjs';
|
||||
|
||||
import { ModalProvider } from '@/components/providers/modal-provider';
|
||||
import { QueryProvider } from '@/components/providers/query-provider';
|
||||
|
||||
const PlatformLayout = ({ children }: { children: React.ReactNode }) => {
|
||||
auth().protect();
|
||||
|
||||
return (
|
||||
<ClerkProvider>
|
||||
<QueryProvider>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue