From 0920985a74dc76bff78fbbdccbc3815eeece686d Mon Sep 17 00:00:00 2001 From: KS Jannette Date: Sun, 29 Mar 2026 07:04:25 -0400 Subject: [PATCH] more --- frontend/src/contexts/AuthContext.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/contexts/AuthContext.jsx b/frontend/src/contexts/AuthContext.jsx index ce70e46..47cc435 100644 --- a/frontend/src/contexts/AuthContext.jsx +++ b/frontend/src/contexts/AuthContext.jsx @@ -12,7 +12,7 @@ export const AuthProvider = ({ children }) => { dispatch({ type: "ADD_AUTH_USER", payload: { - args: updatedCart + args: newUser } }); };