690402:1503 Fix Property 'nonce' does not exist
This commit is contained in:
@@ -6,13 +6,11 @@ import { AuthSync } from '@/components/auth/auth-sync';
|
||||
|
||||
export default function SessionProvider({
|
||||
children,
|
||||
nonce,
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
nonce?: string;
|
||||
}) {
|
||||
return (
|
||||
<NextAuthSessionProvider nonce={nonce}>
|
||||
<NextAuthSessionProvider>
|
||||
<AuthSync />
|
||||
{children}
|
||||
</NextAuthSessionProvider>
|
||||
|
||||
Reference in New Issue
Block a user