completionId: cgen-0f6844e20cb74558a336af35c80076be
cgen-0f6844e20cb74558a336af35c80076be
This commit is contained in:
parent
c5a33d9e86
commit
0a52c8c9f1
1 changed files with 6 additions and 0 deletions
|
|
@ -385,6 +385,12 @@ export default function Onboarding() {
|
|||
: Promise.resolve(),
|
||||
aethexAchievementService.checkAndAwardOnboardingAchievement(user.id),
|
||||
creatorProfilePromise,
|
||||
aethexNotificationService.createNotification(
|
||||
user.id,
|
||||
"success",
|
||||
"🎉 Welcome to AeThex!",
|
||||
"You've completed your profile setup. Let's get started!",
|
||||
),
|
||||
]).catch(() => undefined);
|
||||
|
||||
// Mark onboarding complete locally (UI fallback)
|
||||
|
|
|
|||
Loading…
Reference in a new issue