mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-29 17:39:41 +05:00
feat: add toast to user status change
This commit is contained in:
parent
d8ebabb04e
commit
83ad889408
3 changed files with 64 additions and 29 deletions
|
@ -176,6 +176,7 @@ export const ProfileEditModal = (props: {
|
|||
mutate(
|
||||
`${ENDPOINTS.user.profile}/${props.profile_id}?token=${props.token}`
|
||||
);
|
||||
userStore.checkAuth();
|
||||
}
|
||||
|
||||
if (avatarModalProps.croppedImage) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue