Skip to content

Commit

Permalink
fix: issue #46
Browse files Browse the repository at this point in the history
change initial state in profileInfo reducer
  • Loading branch information
Barresi committed Dec 25, 2023
1 parent aced11c commit fc5266d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/reducers/profileInfo/reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface IInitialState {
const initialState: IInitialState = {
isLoading: false,
error: '',
status: AuthStatus.notAuthorized,
status: AuthStatus.pending,
user: {
id: '',
email: '',
Expand Down

0 comments on commit fc5266d

Please sign in to comment.