Skip to content

Commit 83adfd2

Browse files
committed
fix: add 'use client' to login page — dynamic ssr:false requires client component
1 parent 5af7abb commit 83adfd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/login/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use client';
2+
13
import { Suspense } from 'react';
24
import dynamic from 'next/dynamic';
35
import LoginForm from './LoginForm';

0 commit comments

Comments
 (0)