Skip to content

Commit ee7af25

Browse files
committed
Update
1 parent 15f276b commit ee7af25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/context/AuthContext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const AuthProvider = ({ children }) => {
8181
throw new Error(errorData.message || 'Login failed');
8282
}
8383

84-
const data = await response.json();
84+
8585

8686
// Supabase's onAuthStateChange will handle setting user, token, and localStorage
8787
setLoading(false);

0 commit comments

Comments
 (0)