This commit is contained in:
2025-08-26 20:27:30 +02:00
parent 135e73691b
commit 994151374e
82 changed files with 10 additions and 148 deletions

View File

@@ -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 }