Skip to content

Commit

Permalink
Refresh Auth user when uploading avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
cipick committed Nov 22, 2023
1 parent e8716e9 commit 984718c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/redux/api/userApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ export const userApi = createApi({
body: data,
};
},
invalidatesTags: ["Auth"],
}),
}),
});
Expand Down

1 comment on commit 984718c

@vercel
Copy link

@vercel vercel bot commented on 984718c Nov 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

crestem-ong – ./

crestem-ong-git-main-code4romania.vercel.app
crestem-ong-code4romania.vercel.app
app.crestem.ong

Please sign in to comment.