feat: add toast to user status change

This commit is contained in:
Kentai Radiquum 2025-03-21 16:03:58 +05:00
parent d8ebabb04e
commit 83ad889408
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 64 additions and 29 deletions

View file

@ -176,6 +176,7 @@ export const ProfileEditModal = (props: {
mutate(
`${ENDPOINTS.user.profile}/${props.profile_id}?token=${props.token}`
);
userStore.checkAuth();
}
if (avatarModalProps.croppedImage) {