Skip to content

Commit c4b9667

Browse files
committed
Update
1 parent 9050511 commit c4b9667

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
@@ -93,7 +93,7 @@ export const AuthProvider = ({ children }) => {
9393
const data = await response.json();
9494

9595
// Set Supabase session directly
96-
const { data: sessionData, error: sessionError } = await supabase.auth.setSession({
96+
const { data: _sessionData, error: sessionError } = await supabase.auth.setSession({
9797
access_token: data.access_token,
9898
refresh_token: data.refresh_token || null, // Supabase might not always return refresh_token on signInWithPassword
9999
});

0 commit comments

Comments
 (0)