diff --git a/packages/frontend/src/pages/settings/profile.vue b/packages/frontend/src/pages/settings/profile.vue index c53c285915..f2da6ffb46 100644 --- a/packages/frontend/src/pages/settings/profile.vue +++ b/packages/frontend/src/pages/settings/profile.vue @@ -271,6 +271,7 @@ function changeAvatar(ev) { $i.avatarId = i.avatarId; $i.avatarUrl = i.avatarUrl; globalEvents.emit('requestClearPageCache'); + claimAchievement('profileFilled'); }); }