Debug login issues in lovable app

Investigate and address potential causes of login failures in the lovable app, including API request format discrepancies, cached token issues, and network problems.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-15 15:36:57 +00:00
parent 03fcc7175c
commit 0f4f426dd4
5 changed files with 91 additions and 61 deletions

View File

@@ -1,2 +1,4 @@
export { AuthProvider, useAuth } from '@/contexts/auth';
import { AuthProvider, useAuth } from '@/contexts/auth';
export { AuthProvider, useAuth };