Fixing after react update

This commit is contained in:
QkoSad
2023-05-05 23:10:06 +03:00
parent 21fa38cc4d
commit d069e56397
45 changed files with 550 additions and 31 deletions
+4
View File
@@ -63,6 +63,10 @@ export const login = (email, password) => async (dispatch) => {
try {
const res = await api.post("/auth", body);
<<<<<<< HEAD
console.log(res)
=======
>>>>>>> cc38df43629d64ca77f694c971a13a026b3afcfb
dispatch({
type: LOGIN_SUCCESS,
payload: res.data,