This commit is contained in:
KS Jannette
2026-03-29 07:04:25 -04:00
parent 9d2a0678be
commit 0920985a74

View File

@@ -12,7 +12,7 @@ export const AuthProvider = ({ children }) => {
dispatch({ dispatch({
type: "ADD_AUTH_USER", type: "ADD_AUTH_USER",
payload: { payload: {
args: updatedCart args: newUser
} }
}); });
}; };