Skip to content

Commit

Permalink
Update Redux data stored for Logout Action
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamara committed Jun 6, 2024
1 parent 156f8e1 commit cd70816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/redux/actions/authActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const logout = () => {
LogoutUserService().then(res => {
dispatch({
type: auth.AUTH_LOGOUT_SUCCESS,
payload: res,
payload: null,
})

}, error => {
Expand Down

0 comments on commit cd70816

Please sign in to comment.