Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lizaklimova committed Jan 28, 2024
1 parent 38db9f6 commit 62e1faa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/redux/auth/slice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export const authSlice = createSlice({
state.user = action.payload;
state.isLoading = false;
state.isRegistered = true;
state.isLoggedIn = true;
})
.addCase(logIn.pending, state => {
state.isLoading = true;
Expand Down

0 comments on commit 62e1faa

Please sign in to comment.