fixed error in login action
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
'use server';
|
||||||
|
|
||||||
import { signIn } from '@/auth';
|
import { signIn } from '@/auth';
|
||||||
import { AuthError } from 'next-auth';
|
import { AuthError } from 'next-auth';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user