removed consoles

parent fdbe6e28
...@@ -85,7 +85,6 @@ export const userSlice = createSlice({ ...@@ -85,7 +85,6 @@ export const userSlice = createSlice({
}) })
.addCase(loginUser.rejected, (state, action) => { .addCase(loginUser.rejected, (state, action) => {
state.loading = false; state.loading = false;
console.log(action.error);
state.userLoggedIn = false; state.userLoggedIn = false;
}) })
.addCase( .addCase(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment