We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f276b commit ee7af25Copy full SHA for ee7af25
1 file changed
frontend/src/context/AuthContext.js
@@ -81,7 +81,7 @@ export const AuthProvider = ({ children }) => {
81
throw new Error(errorData.message || 'Login failed');
82
}
83
84
- const data = await response.json();
+
85
86
// Supabase's onAuthStateChange will handle setting user, token, and localStorage
87
setLoading(false);
0 commit comments