We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a9f956 commit a1bd619Copy full SHA for a1bd619
1 file changed
app/login/page.tsx
@@ -6,6 +6,7 @@ import { AuthView } from '@neondatabase/auth/react/ui';
6
7
import { getOptionalUser } from '@/lib/auth/server';
8
import { PRIVACY_HREF, TERMS_HREF } from '@/lib/constants';
9
+
10
import { NameField } from '@/components/features/name-field';
11
12
export const metadata: Metadata = { title: 'Sign In' };
0 commit comments