fixed error in login action

This commit is contained in:
2024-01-06 10:57:46 +01:00
parent ea92e238b2
commit adb6e0c2f6

View File

@@ -1,3 +1,5 @@
'use server';
import { signIn } from '@/auth'; import { signIn } from '@/auth';
import { AuthError } from 'next-auth'; import { AuthError } from 'next-auth';