diff --git a/app/lib/loginActions.ts b/app/lib/loginActions.ts index d6396aa..1175d55 100644 --- a/app/lib/loginActions.ts +++ b/app/lib/loginActions.ts @@ -1,3 +1,5 @@ +'use server'; + import { signIn } from '@/auth'; import { AuthError } from 'next-auth';