mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-18 16:04:28 +01:00
cleanup
This commit is contained in:
@@ -25,7 +25,6 @@ export async function POST(request: NextRequest) {
|
||||
|
||||
return NextResponse.json(data)
|
||||
} catch (error) {
|
||||
console.error('Error in auth login:', error)
|
||||
return NextResponse.json(
|
||||
{ error: 'Failed to process login' },
|
||||
{ status: 500 }
|
||||
|
||||
Reference in New Issue
Block a user